services: ctf-platform: build: . container_name: hipctf ports: - "3001:3000" volumes: # Map the local data directory to the container's DB path - ./data:/app/data # Map the uploads directory for persistent challenge files - ./uploads:/app/uploads environment: - NODE_ENV=production - PORT=3000 restart: unless-stopped