Docker compose: Link to our GHCR hosted servatrice image (#6728)

* Point to our own image

* Point to our own image

* Readd build

* Readd build
This commit is contained in:
tooomm 2026-03-22 10:28:24 +01:00 committed by GitHub
parent 067fe9b534
commit 652c8464a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: servatrice image: ghcr.io/cockatrice/servatrice:latest
depends_on: depends_on:
- mysql - mysql
ports: ports:

View file

@ -16,7 +16,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: servatrice image: ghcr.io/cockatrice/servatrice:latest
depends_on: depends_on:
- mysql - mysql
ports: ports: