wrapping up changes
This commit is contained in:
parent
a14b7e37c9
commit
0215f55009
|
@ -17,8 +17,8 @@ services:
|
|||
- 3006:8080
|
||||
environment:
|
||||
NC_DB: pg://noco-db:5432?u=postgres&p=password&d=database-noco
|
||||
VIRTUAL_HOST: nocodb.brodin.rocks
|
||||
LETSENCRYPT_HOST: nocodb.brodin.rocks
|
||||
VIRTUAL_HOST: sheets.phillybotc.com
|
||||
LETSENCRYPT_HOST: sheets.phillybotc.com
|
||||
LETSENCRYPT_EMAIL: ${EMAIL}
|
||||
volumes:
|
||||
- ./noco:/usr/app/data
|
||||
|
@ -45,8 +45,8 @@ services:
|
|||
MB_DB_USER: ${PGUSER:-postgres}
|
||||
MB_DB_PASS: ${PGPASSWORD}
|
||||
MB_DB_HOST: ${PGHOST}
|
||||
VIRTUAL_HOST: "metabase.brodin.rocks"
|
||||
LETSENCRYPT_HOST: "metabase.brodin.rocks"
|
||||
VIRTUAL_HOST: "dash.phillybotc.com"
|
||||
LETSENCRYPT_HOST: "dash.phillybotc.com"
|
||||
LETSENCRYPT_EMAIL: ${EMAIL}
|
||||
metabase-db:
|
||||
container_name: metabase-db
|
||||
|
|
Loading…
Reference in New Issue
Block a user