# Production overrides for Paper Dynasty Game Engine # Usage: docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d services: backend: build: target: production environment: - APP_ENV=production - DEBUG=false restart: always frontend-sba: build: target: production environment: - NODE_ENV=production restart: always frontend-pd: build: target: production environment: - NODE_ENV=production restart: always redis: restart: always