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