services: app: build: context: . dockerfile: Dockerfile ports: - "${APP_PORT:-8080}:8080" volumes: - ./instance:/app/instance restart: unless-stopped