mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-06-27 16:35:59 +00:00
revert docker-compose.yml file
This commit is contained in:
parent
f4aabbdaa7
commit
318d9c1a35
1 changed files with 4 additions and 4 deletions
|
@ -14,13 +14,13 @@ services:
|
||||||
args:
|
args:
|
||||||
CREATED: '2021-03-16T08:18:27Z'
|
CREATED: '2021-03-16T08:18:27Z'
|
||||||
VERSION: '0.1.0'
|
VERSION: '0.1.0'
|
||||||
LOCAL: 'true'
|
LOCAL: 'false'
|
||||||
GIT_REF: origin/master
|
GIT_REF: origin/master
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 8448:8000
|
- 8448:8000
|
||||||
volumes:
|
volumes:
|
||||||
- ./target/db:/srv/conduit/.local/share/conduit
|
- db:/srv/conduit/.local/share/conduit
|
||||||
### Uncomment if you want to use conduit.toml to configure Conduit
|
### Uncomment if you want to use conduit.toml to configure Conduit
|
||||||
### Note: Set env vars will override conduit.toml values
|
### Note: Set env vars will override conduit.toml values
|
||||||
# - ./conduit.toml:/srv/conduit/conduit.toml
|
# - ./conduit.toml:/srv/conduit/conduit.toml
|
||||||
|
@ -55,5 +55,5 @@ services:
|
||||||
# depends_on:
|
# depends_on:
|
||||||
# - homeserver
|
# - homeserver
|
||||||
|
|
||||||
# volumes:
|
volumes:
|
||||||
# db:
|
db:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue