okay now we good

This commit is contained in:
2025-09-08 15:03:50 -05:00
parent ea5712bdfa
commit 7d110bee8e
3 changed files with 15 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
networks:
${NETWORK}:
nginx-bridge: # You need to change this line to your defined network is as well
external: true
services:
techtracker-next:
@@ -11,7 +11,7 @@ services:
env_file: [.env]
hostname: ${CONTAINER_NAME}
domainname: ${DOMAIN_NAME}
networks: ['${NETWORK}']
networks: ['${NETWORK:-nginx-bridge}']
#ports: ['${PORT}:3000']
tty: true
stdin_open: true