mirror of
https://github.com/plausible/hosting.git
synced 2025-07-11 06:07:28 -05:00
Update plausible.yml
This commit is contained in:
@ -66,7 +66,7 @@ services:
|
|||||||
memory: 512M
|
memory: 512M
|
||||||
|
|
||||||
plausible_init:
|
plausible_init:
|
||||||
image: plausible/analytics:v1.4.4
|
image: plausible/analytics:stable
|
||||||
command: sh -c "source /var/run/secrets/plausible_env && sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh db init-admin"
|
command: sh -c "source /var/run/secrets/plausible_env && sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh db init-admin"
|
||||||
secrets:
|
secrets:
|
||||||
- source: plausible_env
|
- source: plausible_env
|
||||||
@ -87,7 +87,7 @@ services:
|
|||||||
memory: 512M
|
memory: 512M
|
||||||
|
|
||||||
plausible:
|
plausible:
|
||||||
image: plausible/analytics:v1.4.4
|
image: plausible/analytics:stable
|
||||||
command: sh -c "source /var/run/secrets/plausible_env && exec /entrypoint.sh run"
|
command: sh -c "source /var/run/secrets/plausible_env && exec /entrypoint.sh run"
|
||||||
secrets:
|
secrets:
|
||||||
- source: plausible_env
|
- source: plausible_env
|
||||||
@ -159,4 +159,4 @@ volumes:
|
|||||||
driver: hetzner-volume
|
driver: hetzner-volume
|
||||||
driver_opts:
|
driver_opts:
|
||||||
size: '20'
|
size: '20'
|
||||||
fstype: ext4
|
fstype: ext4
|
||||||
|
Reference in New Issue
Block a user