Skip to content

Commit

Permalink
Волюм для данных backend помечен как external
Browse files Browse the repository at this point in the history
  • Loading branch information
vklachkov committed Sep 26, 2024
1 parent 97b4fc2 commit 6239399
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
environment:
- NOTISEND_TOKEN=${NOTISEND_TOKEN}
volumes:
- "backend-data:/var/lib/backend"
- "spacechamp-backend-data:/var/lib/backend"
networks:
- reverse_proxy
labels:
Expand Down Expand Up @@ -92,6 +92,7 @@ networks:
postgres:

volumes:
backend-data:
spacechamp-backend-data:
external: true
spacechamp-postgres-data:
external: true

0 comments on commit 6239399

Please sign in to comment.