Change docker compose to use the published image

This commit is contained in:
Sofía Aritz 2023-10-28 21:56:21 +02:00
parent a55ccd4335
commit c30269352d
Signed by: sofia
GPG key ID: 90B5116E3542B28F

View file

@ -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: