Update server stuff. Make sure it matches our prod db as it is now.

This commit is contained in:
2025-06-19 16:20:07 -05:00
parent 3001f90a48
commit bb0dd14ec9
2 changed files with 12 additions and 12 deletions

View File

@ -1,16 +1,16 @@
services: services:
t3-template: techtracker-next:
build: build:
context: ../../../ context: ../../../
dockerfile: docker/development/Dockerfile dockerfile: docker/development/Dockerfile
image: with-docker-multi-env-development image: with-docker-multi-env-development
container_name: t3-template container_name: techtracker-next
networks: networks:
- nginx-bridge - techtracker
#ports: ports:
#- '3000:3000' - '3111:3000'
tty: true tty: true
restart: unless-stopped restart: unless-stopped
networks: networks:
nginx-bridge: techtracker:
external: true external: true

View File

@ -1,16 +1,16 @@
services: services:
t3-template: techtracker-next:
build: build:
context: ../../../ context: ../../../
dockerfile: docker/production/Dockerfile dockerfile: docker/production/Dockerfile
image: with-docker-multi-env-development image: with-docker-multi-env-development
container_name: t3-template container_name: techtracker-next
networks: networks:
- nginx-bridge - techtracker
#ports: ports:
#- '3000:3000' - '3111:3000'
tty: true tty: true
restart: unless-stopped restart: unless-stopped
networks: networks:
nginx-bridge: techtracker:
external: true external: true