fix: rename postgres volume to postgres-data-fresh to force new database creation
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
command: "postgres -c 'max_connections=200'"
|
command: "postgres -c 'max_connections=200'"
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- 'postgres-data:/var/lib/postgresql/data'
|
- 'postgres-data-fresh:/var/lib/postgresql/data'
|
||||||
environment:
|
environment:
|
||||||
# Using default postgres user (always exists)
|
# Using default postgres user (always exists)
|
||||||
POSTGRES_USER: postgres
|
POSTGRES_USER: postgres
|
||||||
@@ -88,7 +88,7 @@ services:
|
|||||||
coolify.port: '4321'
|
coolify.port: '4321'
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres-data:
|
postgres-data-fresh:
|
||||||
redis-data:
|
redis-data:
|
||||||
directus-uploads:
|
directus-uploads:
|
||||||
directus-extensions:
|
directus-extensions:
|
||||||
|
|||||||
Reference in New Issue
Block a user