services: app: build: context: . dockerfile: ./docker/Dockerfile container_name: ${APP_NAME:-go-gin-clean-starter}-app volumes: - .:/app ports: - ${GOLANG_PORT:-8888}:8888 volumes: app-data: networks: default: name: production external: true