add docker stuff to host that way

This commit is contained in:
2025-01-13 16:06:46 -06:00
parent fe81ec1dd6
commit 0947bb9aaa
50 changed files with 289 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
services:
gib_portfolio:
build:
context: ../../
dockerfile: docker/production/Dockerfile
image: with-docker-multi-env-development
container_name: gib_portfolio
networks:
- node_apps
ports:
- "3000:3000"
tty: true
restart: unless-stopped
networks:
node_apps:
external: true