mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 13:15:58 -06:00
Remove admin creation
This commit is contained in:
parent
a6fe8d13df
commit
7a3a3d2dd9
@ -28,7 +28,7 @@ services:
|
||||
plausible:
|
||||
image: plausible/analytics:latest
|
||||
restart: always
|
||||
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh db init-admin && /entrypoint.sh run"
|
||||
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
|
||||
depends_on:
|
||||
- plausible_db
|
||||
- plausible_events_db
|
||||
|
@ -1,5 +1,2 @@
|
||||
ADMIN_USER_EMAIL=replace-me
|
||||
ADMIN_USER_NAME=replace-me
|
||||
ADMIN_USER_PWD=replace-me
|
||||
BASE_URL=replace-me
|
||||
SECRET_KEY_BASE=replace-me
|
||||
|
Loading…
Reference in New Issue
Block a user