baserow experiments
This commit is contained in:
parent
3665d58db4
commit
e92ab076a6
1 changed files with 12 additions and 0 deletions
|
@ -192,5 +192,17 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
|
baserow:
|
||||||
|
image: baserow/baserow:1.14.0
|
||||||
|
environment:
|
||||||
|
- BASEROW_PUBLIC_URL=https://baserow.experiments.neo.ixvd.net
|
||||||
|
- LETSENCRYPT_HOST=baserow.experiments.neo.ixvd.net
|
||||||
|
- VIRTUAL_HOST=baserow.expermients.neo.ixvd.net
|
||||||
|
volumes:
|
||||||
|
#- /srv/baserow/data:/baserow/data
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
metrics:
|
metrics:
|
Reference in a new issue