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