Files
tech-tracker-next/scripts/docker/production/compose.yaml

17 lines
346 B
YAML

services:
techtracker-next:
build:
context: ../../../
dockerfile: 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