From: Guillaume Pellerin Date: Sun, 3 May 2026 20:22:44 +0000 (+0200) Subject: remove script volumes X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=778ef358c1a6ad00767a47bd9860ce11a1eccdc1;p=teleforma.git remove script volumes --- diff --git a/env/prod.yml b/env/prod.yml index d2a5ca74..a57aad75 100644 --- a/env/prod.yml +++ b/env/prod.yml @@ -10,8 +10,6 @@ services: - env/prod.env volumes: - /mnt/crfpa-videos:/mnt/crfpa-videos - - /mnt/crfpa-scripts:/mnt/crfpa-scripts - - /mnt/crfpa-scripts2:/mnt/crfpa-scripts2 - /mnt/crfpa-items:/mnt/crfpa-items networks: - teleforma-prod diff --git a/env/staging.yml b/env/staging.yml index e3c23ccc..68677366 100644 --- a/env/staging.yml +++ b/env/staging.yml @@ -10,7 +10,6 @@ services: - env/staging.env volumes: - /mnt/crfpa-videos:/mnt/crfpa-videos - - /mnt/crfpa-scripts:/mnt/crfpa-scripts - ./pyproject.toml:/srv/pyproject.toml - ./poetry.lock:/srv/poetry.lock - /mnt/crfpa-items:/mnt/crfpa-items