Compare commits
No commits in common. "ea5b198f4966d78c9cfa59ea58e5dea90698426d" and "bc6b6af4c9591574451a0b2097676f35de97338f" have entirely different histories.
ea5b198f49
...
bc6b6af4c9
@ -12,10 +12,6 @@ services:
|
|||||||
VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
||||||
VIRTUAL_ROOT: "/var/www/html/"
|
VIRTUAL_ROOT: "/var/www/html/"
|
||||||
LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
|
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:
|
networks:
|
||||||
default:
|
default:
|
||||||
aliases:
|
aliases:
|
||||||
@ -23,14 +19,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ~/webroot:/var/www/html
|
- ~/webroot:/var/www/html
|
||||||
|
|
||||||
database:
|
|
||||||
image: postgres:latest
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
aliases:
|
|
||||||
"nextcloud-db.lan"
|
|
||||||
|
|
||||||
nginx-proxy:
|
nginx-proxy:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user