This commit is contained in:
zino
2023-11-28 21:51:56 +01:00
parent 23855ce324
commit 113a0c4532

View File

@@ -8,9 +8,9 @@ services:
- ./volumes/postgres:/var/lib/postgresql/data - ./volumes/postgres:/var/lib/postgresql/data
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - POSTGRES_PASSWORD=7UN@nN9cKdz6NFN&
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=joplin
- POSTGRES_DB=${POSTGRES_DATABASE} - POSTGRES_DB=joplin
networks: networks:
- web - web
@@ -21,13 +21,13 @@ services:
- joplin-postgres - joplin-postgres
restart: unless-stopped restart: unless-stopped
environment: environment:
- APP_PORT=${APP_PORT} - APP_PORT=22300
- APP_BASE_URL=${APP_BASE_URL} - APP_BASE_URL=https://joplin.zinomedia.de
- DB_CLIENT=${DB_CLIENT} - DB_CLIENT=pg
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD} - POSTGRES_PASSWORD=7UN@nN9cKdz6NFN&
- POSTGRES_DATABASE=${POSTGRES_DATABASE} - POSTGRES_DATABASE=joplin
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=joplin
- POSTGRES_PORT=${POSTGRES_PORT} - POSTGRES_PORT=5432
- POSTGRES_HOST=joplin-postgres - POSTGRES_HOST=joplin-postgres
networks: networks:
- web - web