services: frisbee: build: . ports: - "8080:8080" volumes: - tournament-data:/app/data environment: - PORT=8080 - TZ=Europe/Prague restart: unless-stopped volumes: tournament-data: