Change docker compose to use the published image
This commit is contained in:
parent
a55ccd4335
commit
c30269352d
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ version: "3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
status-page:
|
status-page:
|
||||||
image: "status-page:latest"
|
image: "git.sofiaritz.com/infrastructure/status-page:v1"
|
||||||
volumes:
|
volumes:
|
||||||
- ./database:/home/bun/app/database:ro
|
- ./database:/home/bun/app/database:ro
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue