version: '3.9' services: web: build: . image: foxbank-server ports: - ${PORT:-5000}:5000 volumes: - ./data:/app/data