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:
|
||||
status-page:
|
||||
image: "status-page:latest"
|
||||
image: "git.sofiaritz.com/infrastructure/status-page:v1"
|
||||
volumes:
|
||||
- ./database:/home/bun/app/database:ro
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue