new network
This commit is contained in:
@@ -4,6 +4,12 @@ services:
|
||||
container_name: buddelectric
|
||||
restart: always
|
||||
ports:
|
||||
- "3040:3000"
|
||||
- "3040:3000" # Kannst du später sogar löschen, wenn es nur noch über Caddy laufen soll
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- NODE_ENV=production
|
||||
networks:
|
||||
- bizmatch # <-- NEU: Container ins selbe Netz wie Caddy hängen
|
||||
|
||||
networks: # <-- NEU: Netzwerk deklarieren
|
||||
bizmatch:
|
||||
external: true
|
||||
Reference in New Issue
Block a user