More docker compose

This commit is contained in:
2025-04-21 22:49:26 +02:00
parent 4d48907a91
commit 063877bc09

View File

@@ -11,7 +11,7 @@ services:
# ports: # ports:
# - "3005:3000" # Unified server (web + WebSocket) # - "3005:3000" # Unified server (web + WebSocket)
networks: networks:
- rev_proxy - revproxy
environment: environment:
- NODE_ENV=production - NODE_ENV=production
# Optional: You can set a custom port # Optional: You can set a custom port
@@ -30,5 +30,5 @@ services:
# Define networks to connect to external services # Define networks to connect to external services
networks: networks:
rev_proxy: revproxy:
external: true external: true