This commit is contained in:
Jamitz 2026-01-06 13:52:31 +00:00
parent 5196b108c5
commit e1ce554705

View file

@ -13,6 +13,6 @@ services:
VITE_API_URL: https://notesapi.fitzythe.dev # Pass as build arg
container_name: fastnotes-ui
ports:
- "80:80"
- "5432:5432"
depends_on:
- api