Fix the secrets names

This commit is contained in:
Andrea Dell'Amico 2023-06-03 15:16:14 +02:00
parent c9bf616a5e
commit 34a3180b5e
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -86,10 +86,10 @@ services:
PGADMIN_LISTEN_PORT: 5050
GUNICORN_THREADS: 20
secrets:
- source: open_asfa_pgadmin_config
- source: open_asfa_test_pgadmin_config
target: /pgadmin4/config_local.py
mode: 0444
- source: open_asfa_pgadmin_servers
- source: open_asfa_test_pgadmin_servers
target: /pgadmin4/servers.json
mode: 0444
deploy: