mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
docs: 📝 Update docker-compose to add api host env variable to frontend
This commit is contained in:
parent
2f578de01a
commit
b244889fd2
2 changed files with 112 additions and 110 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue