version: '3.8' services: turtle-game: build: . ports: - "8080:80" restart: unless-stopped