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