services: workcalendar: hostname: workcalendar restart: always build: context: . dockerfile: Dockerfile target: production environment: - APP_ENV=prod - APP_DEBUG=0 networks: - proxy networks: proxy: external: true