timeboxing and moving on. it's 13:00. this is great progress.
This commit is contained in:
12
wael/docker-compose.yml
Normal file
12
wael/docker-compose.yml
Normal 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
5
wael/wael.env
Normal 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
|
Reference in New Issue
Block a user