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 16, 2025
1 parent 44ab5bc commit 4843c8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ services:
- .env.production
ports:
- "3000:3000"
networks:
- app_network

networks:
app_network:
driver: overlay

0 comments on commit 4843c8c

Please sign in to comment.