docs: 📝 Update docker-compose to add api host env variable to frontend

This commit is contained in:
Jesse Wierzbinski 2024-05-06 19:17:33 +00:00
parent 2f578de01a
commit b244889fd2
No known key found for this signature in database
2 changed files with 112 additions and 110 deletions

View file

@ -22,6 +22,8 @@ services:
restart: unless-stopped
networks:
- lysand-net
environment:
NUXT_PUBLIC_API_HOST: https://yourserver.com
db:
image: ghcr.io/lysand-org/postgres:main