forked from github.com/plausible-hosting
Use dev image for testing
This commit is contained in:
parent
c0fcca12ac
commit
2229a63ee4
@ -25,10 +25,7 @@ services:
|
|||||||
- 8123:8123
|
- 8123:8123
|
||||||
|
|
||||||
plausible:
|
plausible:
|
||||||
#image: plausible/analytics
|
image: plausible/analytics:dev
|
||||||
build:
|
|
||||||
context: ../plausible
|
|
||||||
dockerfile: ./Dockerfile
|
|
||||||
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
|
command: sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"
|
||||||
depends_on:
|
depends_on:
|
||||||
- plausible_db
|
- plausible_db
|
||||||
|
Loading…
Reference in New Issue
Block a user