services: radar: build: args: - GID=${GID:-${UID:-1000}} - UID=${UID:-1000} context: .. dockerfile: docker/Dockerfile ports: - 3000 restart: always