change ports?
This commit is contained in:
parent
5a79370123
commit
0b39246edb
1 changed files with 2 additions and 1 deletions
|
@ -196,9 +196,10 @@ services:
|
||||||
image: baserow/baserow:1.14.0
|
image: baserow/baserow:1.14.0
|
||||||
environment:
|
environment:
|
||||||
- BASEROW_PUBLIC_URL=https://baserow.experiments.neo.ixvd.net
|
- BASEROW_PUBLIC_URL=https://baserow.experiments.neo.ixvd.net
|
||||||
|
- WEB_FRONTEND_PORT=3000
|
||||||
- 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
|
||||||
- VIRTUAL_PORT=80
|
- VIRTUAL_PORT=3000
|
||||||
volumes:
|
volumes:
|
||||||
# - /srv/baserow/data:/baserow/data
|
# - /srv/baserow/data:/baserow/data
|
||||||
- baserow-data:/baserow/data
|
- baserow-data:/baserow/data
|
||||||
|
|
Reference in a new issue