From f2c84d08cd03e46c02c11af16c7e92dae69c716c Mon Sep 17 00:00:00 2001 From: Lieuwe Leene Date: Sun, 13 Nov 2022 10:41:45 +0100 Subject: [PATCH] working state --- config/nginx/inbox.zathura.leene.dev_location | 2 +- docker-compose.yaml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/config/nginx/inbox.zathura.leene.dev_location b/config/nginx/inbox.zathura.leene.dev_location index 4262324..6a3f84a 100644 --- a/config/nginx/inbox.zathura.leene.dev_location +++ b/config/nginx/inbox.zathura.leene.dev_location @@ -1,5 +1,5 @@ -root /var/www/html/roundcube; +root /var/www/roundcube; index index.php index.html index.htm; location / { diff --git a/docker-compose.yaml b/docker-compose.yaml index 8693f41..e353ea8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -18,7 +18,7 @@ services: container_name: pgsqlserver image: postgres:15 environment: - - POSTGRES_MULTIPLE_DATABASES="gitea, roundcube" + - POSTGRES_MULTIPLE_DATABASES=gitea, roundcube volumes: - sql_data:/var/lib/postgresql/data/:z - ./config/pg-init-scripts:/docker-entrypoint-initdb.d:ro @@ -67,6 +67,7 @@ services: - "9000" volumes: - mail_html:/var/www/html:z + - mail_html:/var/www/roundcube:z mailserver: build: ./config/mail @@ -105,8 +106,8 @@ services: - nginx_certs:/etc/nginx/certs/:z - nginx_conf:/etc/nginx/conf.d/:z - nginx_vhost:/etc/nginx/vhost.d/:z - - nginx_html:/usr/share/nginx/html/:z - - mail_html:/var/www/html/roundcube:z + - nginx_html:/usr/share/nginx/html:z + - mail_html:/var/www/roundcube:z - ./config/nginx/inbox.zathura.leene.dev_location:/etc/nginx/vhost.d/inbox.zathura.leene.dev_location:z - /var/run/docker.sock:/tmp/docker.sock:z depends_on: