mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-30 21:23:49 +00:00
Update docker-compose.yml
use env
This commit is contained in:
parent
03fa6e1e07
commit
21469a75a1
|
@ -15,7 +15,7 @@ services:
|
|||
volumes:
|
||||
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/plausible/database/:/var/lib/postgresql/data
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_PASSWORD=${PSQL_PASS:-password}
|
||||
|
||||
plausible_events_db:
|
||||
container_name: plausible-events-db
|
||||
|
@ -44,7 +44,7 @@ services:
|
|||
ports:
|
||||
- 8000:8000 # WEB UI
|
||||
env_file:
|
||||
- plausible-conf.env
|
||||
- .env
|
||||
#networks:
|
||||
# - proxy
|
||||
#labels:
|
||||
|
|
Loading…
Reference in New Issue
Block a user