1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-09-15 18:57:03 +00:00
This commit is contained in:
Jonathan de Jong 2021-07-03 01:13:50 +02:00
parent 787e18b2a4
commit 22e3416745
15 changed files with 774 additions and 316 deletions

View file

@ -14,13 +14,13 @@ services:
args:
CREATED: '2021-03-16T08:18:27Z'
VERSION: '0.1.0'
LOCAL: 'false'
LOCAL: 'true'
GIT_REF: origin/master
restart: unless-stopped
ports:
- 8448:8000
volumes:
- db:/srv/conduit/.local/share/conduit
- ./target/db:/srv/conduit/.local/share/conduit
### Uncomment if you want to use conduit.toml to configure Conduit
### Note: Set env vars will override conduit.toml values
# - ./conduit.toml:/srv/conduit/conduit.toml
@ -55,5 +55,5 @@ services:
# depends_on:
# - homeserver
volumes:
db:
# volumes:
# db: