--- version: '3.7' services: isard-sso-api: build: context: ${BUILD_ROOT_PATH}/docker/api dockerfile: Dockerfile target: production args: DOMAIN: $DOMAIN container_name: isard-sso-api volumes: - /etc/localtime:/etc/localtime:ro restart: unless-stopped networks: - isard_net # ports: # - published: 80 # target: 7039 env_file: - .env