services: backend: image: backend:latest env_file: - .env ports: - 8080:8080 volumes: - db-data:/var/lib/backend/data volumes: db-data: