timeboxing and moving on. it's 13:00. this is great progress.

This commit is contained in:
2024-11-29 12:00:01 -06:00
parent 7c4fb8756f
commit 025b85e2c2
7 changed files with 28 additions and 15 deletions

12
wael/docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
wael:
container_name: reachableceo-wael
image: reachableceo-wael:latest # increment this number (or set the env value in your .env) to force portainer to rebuild the image https://github.com/portainer/portainer/issues/6288
restart: always
ports:
- "2009:3009" # Must be supplied by shell or in .env file
env_file:
- ./wael.env
volumes:
- "${HOST_DATA_PATH:-/default/path}:/workspace/prisma/data" # Must be supplied by shell or in .env file
user: node

5
wael/wael.env Normal file
View File

@@ -0,0 +1,5 @@
TZ=America/Chicago
DOCKER_IMAGE_TAG=v2
HOST_DATA_PATH="D:/tsys/docker/volumes/reachableceo-wael-data/"
EXPOSE_PRISMA_STUDIO=false
PRISMA_STUDIO_PORT=5533