version: "3.7" services: server: build: . restart: on-failure entrypoint: - server - -v ports: - "8080:8080" volumes: - "./data:/home/selfpass/data"