mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: update Docker Compose files to specify names for volume configurations
This commit is contained in:
parent
f311a34bf3
commit
512640354c
2 changed files with 7 additions and 0 deletions
|
|
@ -184,6 +184,10 @@ services:
|
|||
|
||||
volumes:
|
||||
postgres_data:
|
||||
name: surfsense-postgres
|
||||
pgadmin_data:
|
||||
name: surfsense-pgadmin
|
||||
redis_data:
|
||||
name: surfsense-redis
|
||||
shared_temp:
|
||||
name: surfsense-shared-temp
|
||||
|
|
|
|||
|
|
@ -167,5 +167,8 @@ services:
|
|||
|
||||
volumes:
|
||||
postgres_data:
|
||||
name: surfsense-postgres
|
||||
redis_data:
|
||||
name: surfsense-redis
|
||||
shared_temp:
|
||||
name: surfsense-shared-temp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue