First commit. Adding Docker stuff & scripts

This commit is contained in:
2025-05-13 08:45:07 -05:00
commit 0f4db3f451
25 changed files with 5095 additions and 0 deletions

View File

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