Skip to content
Snippets Groups Projects
Unverified Commit 3ff3a899 authored by Hunter Wittenborn's avatar Hunter Wittenborn
Browse files

Updated NGINX Compose configs

parent 1b0c7163
No related branches found
No related tags found
No related merge requests found
Pipeline #14872 passed
......@@ -37,9 +37,4 @@ services:
- ./web/template:/aurweb/web/template
- ./web/lib:/aurweb/web/lib
- ./templates:/aurweb/templates
nginx:
volumes:
- ./data:/data
- archives:/var/lib/aurweb/archives
- smartgit_run:/var/run/smartgit
......@@ -260,6 +260,10 @@ services:
healthcheck:
test: "bash /docker/health/nginx.sh"
interval: 2s
volumes:
- ./data:/data
- archives:/var/lib/aurweb/archives
- smartgit_run:/var/run/smartgit
depends_on:
ca:
condition: service_started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment