fix container names

This commit is contained in:
D. Scott Boggs 2025-05-13 09:33:41 -04:00
parent 7dccee2064
commit 6ac392072f
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
**/.env* **/.env*
**/*.secret **/*.secret
**/*.pw **/*.pw
mounts/

View file

@ -17,9 +17,9 @@ services:
MEMCACHED_SERVERS: koha-memcached:11211 MEMCACHED_SERVERS: koha-memcached:11211
MB_HOST: koha-rabbitmq MB_HOST: koha-rabbitmq
depends_on: depends_on:
- db - koha-db
- rabbitmq - koha-rabbitmq
- memcached - koha-memcached
labels: labels:
traefik.http.routers.koha-opac.rule: Host(`koha.techwork.zone`) traefik.http.routers.koha-opac.rule: Host(`koha.techwork.zone`)
traefik.http.routers.koha-opac.tls.certresolver: letsencrypt_standalone traefik.http.routers.koha-opac.tls.certresolver: letsencrypt_standalone