# modify this file to suit your server configuration services: server: build: context: . dockerfile: Dockerfile restart: always ports: - 8080:8080 environment: LISTEN: 0.0.0.0:8080