forked from linux/WebHosting
OpenMaint: fix mixed content block (#18)
Reviewed-on: linux/WebHosting#18 Co-authored-by: Konrad Bucheli <konrad.bucheli@psi.ch> Co-committed-by: Konrad Bucheli <konrad.bucheli@psi.ch>
This commit is contained in:
@@ -249,8 +249,6 @@ services:
|
||||
container_name: panda-maintenance-db
|
||||
volumes:
|
||||
- /opt/webcontent/panda-maintenance/data:/var/lib/postgresql/data:rw
|
||||
ports:
|
||||
- 5432:5432
|
||||
environment:
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_PASSWORD=${PANDA_MAINTENANCE_DB_PW}
|
||||
@@ -273,8 +271,6 @@ services:
|
||||
depends_on:
|
||||
panda-maintenance-db:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- 8080:8080
|
||||
restart: always
|
||||
volumes:
|
||||
- /opt/webcontent/panda-maintenance/docker-entrypoint.sh:/usr/local/bin/docker-entrypoint.sh:ro
|
||||
|
||||
Reference in New Issue
Block a user