17 lines
340 B
YAML

services:
t3-template:
build:
context: ../../../
dockerfile: docker/production/Dockerfile
image: with-docker-multi-env-development
container_name: t3-template
networks:
- nginx-bridge
#ports:
#- '3000:3000'
tty: true
restart: unless-stopped
networks:
nginx-bridge:
external: true