Compare commits

..

No commits in common. "ea5b198f4966d78c9cfa59ea58e5dea90698426d" and "bc6b6af4c9591574451a0b2097676f35de97338f" have entirely different histories.

View File

@ -12,10 +12,6 @@ services:
VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
VIRTUAL_ROOT: "/var/www/html/"
LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
POSTGRES_DATABASE=nextclouddb
POSTGRES_USER="nextcloud"
POSTGRES_HOST="nextcloud-db.lan:5432"
NEXTCLOUD_TRUSTED_DOMAINS="{{ inventory_hostname | default('ansible_undefined_fact') }}"
networks:
default:
aliases:
@ -23,14 +19,6 @@ services:
volumes:
- ~/webroot:/var/www/html
database:
image: postgres:latest
restart: always
networks:
default:
aliases:
"nextcloud-db.lan"
nginx-proxy:
restart: unless-stopped
ports: