mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
docs: 📝 Update docker-compose to add api host env variable to frontend
This commit is contained in:
parent
2f578de01a
commit
b244889fd2
|
|
@ -22,6 +22,8 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- lysand-net
|
- lysand-net
|
||||||
|
environment:
|
||||||
|
NUXT_PUBLIC_API_HOST: https://yourserver.com
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: ghcr.io/lysand-org/postgres:main
|
image: ghcr.io/lysand-org/postgres:main
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue