picsur
This commit is contained in:
parent
0fe9948061
commit
a745cc61cc
|
@ -35,8 +35,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
- default
|
- default
|
||||||
volumes:
|
|
||||||
- /mnt/tank/persist/nixc.us/picsur/production/data:/var/www/html/picsur
|
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
|
|
@ -9,9 +9,9 @@ x-environment: &default-environment
|
||||||
# PICSUR_PORT: 8080
|
# PICSUR_PORT: 8080
|
||||||
PICSUR_DB_HOST: postgres
|
PICSUR_DB_HOST: postgres
|
||||||
PICSUR_DB_PORT: 5432
|
PICSUR_DB_PORT: 5432
|
||||||
PICSUR_DB_USERNAME: *POSTGRES_USER
|
PICSUR_DB_USERNAME: ${POSTGRES_USER}
|
||||||
PICSUR_DB_PASSWORD: *POSTGRES_PASSWORD
|
PICSUR_DB_PASSWORD: ${POSTGRES_PASSWORD}
|
||||||
PICSUR_DB_DATABASE: *POSTGRES_DB
|
PICSUR_DB_DATABASE: ${POSTGRES_DB}
|
||||||
## The default username is admin, this is not modifyable
|
## The default username is admin, this is not modifyable
|
||||||
PICSUR_ADMIN_PASSWORD: Jc4SfnnvBD9w3E4w6si8FnreQ8zoUxRco
|
PICSUR_ADMIN_PASSWORD: Jc4SfnnvBD9w3E4w6si8FnreQ8zoUxRco
|
||||||
## Optional, random secret will be generated if not set
|
## Optional, random secret will be generated if not set
|
||||||
|
@ -35,8 +35,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
- default
|
- default
|
||||||
volumes:
|
|
||||||
- /mnt/tank/persist/nixc.us/picsur/staging/data:/var/www/html/picsur
|
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
constraints:
|
constraints:
|
||||||
|
|
Loading…
Reference in New Issue