tmp volume
This commit is contained in:
parent
44aab04725
commit
f2a94f6ce1
1 changed files with 4 additions and 2 deletions
|
@ -198,12 +198,14 @@ services:
|
||||||
- BASEROW_PUBLIC_URL=https://baserow.experiments.neo.ixvd.net
|
- BASEROW_PUBLIC_URL=https://baserow.experiments.neo.ixvd.net
|
||||||
- LETSENCRYPT_HOST=baserow.experiments.neo.ixvd.net
|
- LETSENCRYPT_HOST=baserow.experiments.neo.ixvd.net
|
||||||
- VIRTUAL_HOST=baserow.expermients.neo.ixvd.net
|
- VIRTUAL_HOST=baserow.expermients.neo.ixvd.net
|
||||||
- DISABLE_VOLUME_CHECK=yes
|
volumes:
|
||||||
#volumes:
|
|
||||||
# - /srv/baserow/data:/baserow/data
|
# - /srv/baserow/data:/baserow/data
|
||||||
|
- baserow-data:/baserow/data
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
baserow-data:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
metrics:
|
metrics:
|
Reference in a new issue