introduce VITE_HOST env var and pass it to the node watcher vite --host

This commit is contained in:
summersamara
2023-11-23 15:33:31 +01:00
parent 970597876b
commit bfb7e3ca40
4 changed files with 7 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ services:
MOBILIZON_DATABASE_DBNAME: ${POSTGRES_DB}
MOBILIZON_DATABASE_HOST: postgres
MOBILIZON_DATABASE_PORT: ${POSTGRES_PORT}
VITE_HOST: ${VITE_HOST:-localhost}
command: sh -c "mix phx.server"
volumes:
pgdata: