Files
tech-tracker-next/scripts/docker/production/compose.yaml
2025-06-19 16:51:46 -05:00

17 lines
353 B
YAML

services:
techtracker-next:
build:
context: ../../..
dockerfile: scripts/docker/production/Dockerfile
image: with-docker-multi-env-development
container_name: techtracker-next
networks:
- techtracker
ports:
- '3111:3000'
tty: true
restart: unless-stopped
networks:
techtracker:
external: true