Add example environment variables and update docker-compose
All checks were successful
Push Workflows / docs (push) Successful in 2m43s
Push Workflows / test (push) Successful in 5m24s
Push Workflows / leptos-test (push) Successful in 7m12s
Push Workflows / build (push) Successful in 7m37s
Push Workflows / docker-build (push) Successful in 13m56s
All checks were successful
Push Workflows / docs (push) Successful in 2m43s
Push Workflows / test (push) Successful in 5m24s
Push Workflows / leptos-test (push) Successful in 7m12s
Push Workflows / build (push) Successful in 7m37s
Push Workflows / docker-build (push) Successful in 13m56s
This commit is contained in:
parent
a43955726a
commit
b222b7911f
@ -15,3 +15,6 @@ DATABASE_URL=postgresql://libretunes:password@localhost:5432/libretunes
|
|||||||
# POSTGRES_HOST=localhost
|
# POSTGRES_HOST=localhost
|
||||||
# POSTGRES_PORT=5432
|
# POSTGRES_PORT=5432
|
||||||
# POSTGRES_DB=libretunes
|
# POSTGRES_DB=libretunes
|
||||||
|
|
||||||
|
LIBRETUNES_AUDIO_PATH=assets/audio
|
||||||
|
LIBRETUNES_IMAGE_PATH=assets/images
|
||||||
|
@ -13,6 +13,8 @@ services:
|
|||||||
POSTGRES_USER: ${POSTGRES_USER}
|
POSTGRES_USER: ${POSTGRES_USER}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
POSTGRES_DB: ${POSTGRES_DB}
|
POSTGRES_DB: ${POSTGRES_DB}
|
||||||
|
LIBRETUNES_AUDIO_PATH: /site/assets/audio
|
||||||
|
LIBRETUNES_IMAGE_PATH: /site/assets/images
|
||||||
volumes:
|
volumes:
|
||||||
- libretunes-audio:/site/audio
|
- libretunes-audio:/site/audio
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user