Initial Commit
This commit is contained in:
18
docker/joplin-server/with-db/compose.override.yml
Normal file
18
docker/joplin-server/with-db/compose.override.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
joplin-server:
|
||||
depends_on:
|
||||
- db
|
||||
# ports:
|
||||
# - "22300:22300"
|
||||
env_file:
|
||||
- path: ../../env/.env.joplin-srv.withdb
|
||||
db:
|
||||
image: ${JOPLINDB_IMAGE}:${JOPLINDB_TAG}
|
||||
container_name: ${JOPLINDB_CONTAINER_NAME}
|
||||
restart: ${JOPLINDB_RESTART_POLICY}
|
||||
env_file:
|
||||
- path: ../../env/.env.joplin-srv.db-cred
|
||||
# ports:
|
||||
# - "5432:5432"
|
||||
networks:
|
||||
- ${JOPLIN_NETWORk_ID}
|
||||
Reference in New Issue
Block a user