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}
|
||||
8
docker/joplin-server/with-db/compose.yml
Normal file
8
docker/joplin-server/with-db/compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
# Docker Compose v2.20 or greater required to use "include"
|
||||
include:
|
||||
#################### NETWORKS ####################
|
||||
- ../../compose/networks/proxy.yaml
|
||||
- ../../compose/networks/socket-proxy.yaml
|
||||
#################### SERVICES ####################
|
||||
- ../../compose/postgres.yaml
|
||||
- ../../compose/joplin-server.yaml
|
||||
1
docker/joplin-server/with-db/dcc.sh
Executable file
1
docker/joplin-server/with-db/dcc.sh
Executable file
@@ -0,0 +1 @@
|
||||
docker compose --env-file ../../env/.env.stack.joplin-srv --env-file ../../env/.env.common config
|
||||
Reference in New Issue
Block a user