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

17 lines
347 B
YAML

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