modified
This commit is contained in:
@@ -1,19 +1,6 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
joplin-postgres:
|
|
||||||
image: postgres:16
|
|
||||||
container_name: joplin-postgres
|
|
||||||
volumes:
|
|
||||||
- ./volumes/postgres:/var/lib/postgresql/data
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- POSTGRES_PASSWORD=7UN@nN9cKdz6NFN&
|
|
||||||
- POSTGRES_USER=joplin
|
|
||||||
- POSTGRES_DB=joplin
|
|
||||||
networks:
|
|
||||||
- web
|
|
||||||
|
|
||||||
joplin:
|
joplin:
|
||||||
image: joplin/server:latest
|
image: joplin/server:latest
|
||||||
container_name: joplin
|
container_name: joplin
|
||||||
@@ -32,6 +19,19 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
|
|
||||||
|
joplin-postgres:
|
||||||
|
image: postgres:16
|
||||||
|
container_name: joplin-postgres
|
||||||
|
volumes:
|
||||||
|
- ./volumes/postgres:/var/lib/postgresql/data
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- POSTGRES_PASSWORD=7UN@nN9cKdz6NFN&
|
||||||
|
- POSTGRES_USER=joplin
|
||||||
|
- POSTGRES_DB=joplin
|
||||||
|
networks:
|
||||||
|
- web
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
|
|||||||
Reference in New Issue
Block a user