fix container names
This commit is contained in:
parent
7dccee2064
commit
6ac392072f
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
**/.env*
|
**/.env*
|
||||||
**/*.secret
|
**/*.secret
|
||||||
**/*.pw
|
**/*.pw
|
||||||
|
mounts/
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue