Skip to content

Commit

Permalink
add global network
Browse files Browse the repository at this point in the history
  • Loading branch information
OomsOoms committed Feb 17, 2025
1 parent 2854d03 commit a361eb1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ services:
- node.role == manager # This ensures the service runs only on the manager node (pi-1)
env_file:
- .env.production
ports:
- "3000:3000"
networks:
- cloudflare-network
- global-network

networks:
cloudflare-network:
driver: overlay
global-network:
external: true

0 comments on commit a361eb1

Please sign in to comment.