|
@@ -12,7 +12,7 @@ services:
|
|
POSTGRES_USER: guacamole
|
|
POSTGRES_USER: guacamole
|
|
POSTGRES_PASSWORD: guacamole
|
|
POSTGRES_PASSWORD: guacamole
|
|
volumes:
|
|
volumes:
|
|
- - ./data/postgres:/var/lib/postgresql
|
|
|
|
|
|
+ - ./data/postgres:/var/lib/postgresql/data
|
|
# *.sql in here will run when no db exists yet
|
|
# *.sql in here will run when no db exists yet
|
|
- ./data/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
|
|
- ./data/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
|
|
networks:
|
|
networks:
|
|
@@ -51,6 +51,7 @@ services:
|
|
POSTGRES_PASSWORD: guacamole
|
|
POSTGRES_PASSWORD: guacamole
|
|
VIRTUAL_HOST: ${HOSTNAME}
|
|
VIRTUAL_HOST: ${HOSTNAME}
|
|
LETSENCRYPT_HOST: ${HOSTNAME}
|
|
LETSENCRYPT_HOST: ${HOSTNAME}
|
|
|
|
+ ACME_POST_HOOK: chmod a+r /etc/nginx/certs/*.*
|
|
# LETSENCRYPT_EMAIL: webmaster@${HOSTNAME}
|
|
# LETSENCRYPT_EMAIL: webmaster@${HOSTNAME}
|
|
REMOTE_IP_VALVE_ENABLED: true
|
|
REMOTE_IP_VALVE_ENABLED: true
|
|
networks:
|
|
networks:
|