feat(docker): prod, fix misc
This commit is contained in:
parent
7f99c47327
commit
f319be259d
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -157,3 +157,6 @@ dmypy.json
|
||||||
|
|
||||||
# Cython debug symbols
|
# Cython debug symbols
|
||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
|
# sintonia
|
||||||
|
docker/sintonia-webapp/laravel/.env.production
|
|
@ -118,7 +118,7 @@ services:
|
||||||
- libretime_storage:/srv/libretime
|
- libretime_storage:/srv/libretime
|
||||||
- libretime_assets:/var/www/html
|
- libretime_assets:/var/www/html
|
||||||
- sintonia_assets:/var/www/sintonia_webapp
|
- sintonia_assets:/var/www/sintonia_webapp
|
||||||
- docker/sintonia-webapp/laravel/.env.production.example:/var/www/sintonia_webapp/.env
|
- ${SINTONIA_CONFIG_FILEPATH:-./.env.production}:/var/www/sintonia_webapp/.env
|
||||||
# environment:
|
# environment:
|
||||||
# APP_NAME: ${SINTONIA_APP_NAME:-libretime}
|
# APP_NAME: ${SINTONIA_APP_NAME:-libretime}
|
||||||
# APP_URL: ${SINTONIA_APP_URL:-127.0.0.1:9876}
|
# APP_URL: ${SINTONIA_APP_URL:-127.0.0.1:9876}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue