test
This commit is contained in:
parent
4bf58513bc
commit
6ee055b691
1 changed files with 3 additions and 2 deletions
|
|
@ -33,8 +33,9 @@ services:
|
||||||
# Frontend will use /api path (proxied by nginx)
|
# Frontend will use /api path (proxied by nginx)
|
||||||
VITE_API_URL: ${VITE_API_URL:-/api}
|
VITE_API_URL: ${VITE_API_URL:-/api}
|
||||||
container_name: fastnotes-ui
|
container_name: fastnotes-ui
|
||||||
ports:
|
# Coolify manages ports via its proxy - expose instead of publish
|
||||||
- "80:80"
|
expose:
|
||||||
|
- "80"
|
||||||
depends_on:
|
depends_on:
|
||||||
- api
|
- api
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue