From: Guillaume Pellerin Date: Fri, 24 Nov 2023 08:29:46 +0000 (+0100) Subject: add staging compo X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=24ce77899b333fd7fa40fd993487e21bee6ca54e;p=teleforma.git add staging compo --- diff --git a/env/staging.yml b/env/staging.yml new file mode 100644 index 00000000..385d87d9 --- /dev/null +++ b/env/staging.yml @@ -0,0 +1,26 @@ +version: '3' + +services: + app: + build: + context: . + args: + dev: 0 + command: /bin/sh /srv/app/wsgi.sh + restart: unless-stopped + env_file: + - env/staging.env + volumes: + - /mnt/ae-videos:/srv/media + ports: + - "9011:8000" + + db: + env_file: + - env/staging.env + +volumes: + app: + channels: + db: +