Skip to content

Commit

Permalink
add app_network to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
OomsOoms committed Feb 17, 2025
1 parent 44ab5bc commit 6d6ed3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ services:
- .env.production
ports:
- "3000:3000"
networks:
- cloudflare-network

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

0 comments on commit 6d6ed3a

Please sign in to comment.