mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Add env vars to docker-compose and improve env check
This commit is contained in:
@@ -12,9 +12,12 @@ services:
|
||||
environment:
|
||||
- UPDATE=0
|
||||
- ENVIRONMENT
|
||||
- APP_NAME
|
||||
- POSTGRES_USER
|
||||
- POSTGRES_PASSWORD
|
||||
- EMAIL_CONFIRMATION
|
||||
- APP_NAME
|
||||
- SHOW_LOGO
|
||||
- POSTS_PER_PAGE
|
||||
volumes:
|
||||
- .:/app
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user