Initial commit

This commit is contained in:
2025-03-18 12:24:49 -05:00
commit 38379a0df7
43 changed files with 8976 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
techtracker:
build:
context: ../../
dockerfile: docker/development/Dockerfile
image: with-docker-multi-env-development
container_name: techtracker
networks:
- node_apps
ports:
- '3004:3000'
tty: true
restart: unless-stopped
networks:
node_apps:
external: true