Remove the config mount points

This commit is contained in:
Andrea Dell'Amico 2023-05-11 18:34:42 +02:00
parent 329fc137a5
commit 64c70ae3cd
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@ volumes:
driver: local
driver_opts:
type: nfs4
# o: "nfsvers=4,addr=146.48.123.250,rw,nolock,soft"
o: "nfsvers=4,addr=146.48.123.250,rw"
device: ":/nfs/open_asfa_pgadmin_data"
@ -60,8 +59,6 @@ services:
{% endif %}
volumes:
- {{ open_asfa_pgadmin_data_vol }}:/var/lib/pgadmin
- {{ open_asfa_compose_dir }}/pgadmin_config_local.py:/pgadmin4/config_local.py:ro
- {{ open_asfa_compose_dir }}/pgadmin_servers.json:/pgadmin4/servers.json:ro
environment:
PGADMIN_DEFAULT_EMAIL: {{ open_asfa_pgadmin_email }}
PGADMIN_DEFAULT_PASSWORD: {{ open_asfa_pgadmin_default_pwd }}