2025-03-18 12:24:49 -05:00

17 lines
330 B
YAML

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