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

Fixed issue with bringing up services without 'docker-compose.override.yml'

Closes #263.
parent ebb33356
No related branches found
No related tags found
No related merge requests found
Pipeline #14871 passed
version: "3.8"
services:
ca:
volumes:
- ./data:/data
- step:/root/.step
mariadb_init:
depends_on:
mariadb:
......@@ -17,10 +12,6 @@ services:
- ./data:/aurweb/data
smartgit:
volumes:
- git_data:/aurweb/aur.git
- ./data:/data
- smartgit_run:/var/run/smartgit
depends_on:
mariadb:
condition: service_healthy
......
......@@ -33,6 +33,9 @@ services:
healthcheck:
test: "bash /docker/health/run-ca.sh"
interval: 2s
volumes:
- ./data:/data
- step:/root/.step
memcached:
image: aurweb:latest
......@@ -130,6 +133,10 @@ services:
healthcheck:
test: "bash /docker/health/smartgit.sh"
interval: 2s
volumes:
- git_data:/aurweb/aur.git
- ./data:/data
- smartgit_run:/var/run/smartgit
cgit-php:
image: aurweb:latest
......
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