Skip to content

Commit

Permalink
Merge pull request #23 from metakgp/mount-filesystem
Browse files Browse the repository at this point in the history
add odin's vault filesystem for storing file
  • Loading branch information
rajivharlalka committed Apr 19, 2024
2 parents 1c6d082 + 3f07dc5 commit 8a3baf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
volumes:
- ./db:/db
- nginx-config-volume:/etc/nginx/sites-enabled
- odins-vault:/srv/static

networks:
metaploy-network:
Expand All @@ -19,3 +20,6 @@ volumes:
nginx-config-volume:
external: true
name: metaploy-nginx-config-volume
odins-vault:
external: true
name: odins-vault

0 comments on commit 8a3baf1

Please sign in to comment.