services: server: build: dockerfile: ./Dockerfile env_file: - .env ports: - "8080:8080" volumes: - ./data:/app/data