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