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:
t3-template:
techtracker-next:
build:
context: ../../../
dockerfile: docker/development/Dockerfile
image: with-docker-multi-env-development
container_name: t3-template
container_name: techtracker-next
networks:
- nginx-bridge
#ports:
#- '3000:3000'
- techtracker
ports:
- '3111:3000'
tty: true
restart: unless-stopped
networks:
nginx-bridge:
techtracker:
external: true