move things around

This commit is contained in:
Matthew Hodgson
2024-11-08 10:22:00 +00:00
parent 483f71d58f
commit 196b10fb11
4 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${VOLUME_PATH}/data/postgres:/var/lib/postgresql/data:rw - ${VOLUME_PATH}/data/postgres:/var/lib/postgresql/data:rw
- ${VOLUME_PATH}/data-template/postgres/create-multiple-postgresql-databases.sh:/docker-entrypoint-initdb.d/create-multiple-postgresql-databases.sh - ${VOLUME_PATH}/scripts/create-multiple-postgresql-databases.sh:/docker-entrypoint-initdb.d/create-multiple-postgresql-databases.sh
networks: networks:
- backend - backend
environment: environment:
@@ -306,7 +306,7 @@ services:
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${VOLUME_PATH}/data/nginx/ssl/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt - ${VOLUME_PATH}/data/nginx/ssl/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt
- ${VOLUME_PATH}/init/livekit-jwt-entrypoint.sh:/entrypoint.sh - ${VOLUME_PATH}/scripts/livekit-jwt-entrypoint.sh:/entrypoint.sh
entrypoint: /entrypoint.sh entrypoint: /entrypoint.sh
env_file: .env env_file: .env
deploy: deploy: