Skip to content

Commit

Permalink
use same docker volume to allow migration of dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanogueira committed Apr 20, 2024
1 parent 7dffd47 commit 03168d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions local.yml
@@ -1,8 +1,8 @@
version: '3'

volumes:
rocketconnect_local_postgres_data: {}
rocketconnect_local_postgres_data_backups: {}
local_postgres_data: {}
local_postgres_data_backups: {}
evolution_local_store: {}
evolution_local_instances: {}
local_wppconnect_data: {}
Expand Down Expand Up @@ -40,8 +40,8 @@ services:
ports:
- "5432:5432"
volumes:
- rocketconnect_local_postgres_data:/var/lib/postgresql/data
- rocketconnect_local_postgres_data_backups:/backups
- local_postgres_data:/var/lib/postgresql/data:Z
- local_postgres_data_backups:/backups:z
env_file:
- ./.envs/.local/.postgres

Expand Down

0 comments on commit 03168d4

Please sign in to comment.