services: app: container_name: ${APP_NAME}-app build: context: ../ dockerfile: docker/dockerfile args: UID: ${UID} GID: ${GID} DEBUG: 'true' BUILD_MODE: 'dev' volumes: - ../:/app ports: - ${APP_PORT}:80