chore: update docker-compose files to use GHCR images for dev and prod

This commit is contained in:
Jesús Pavón Abián 2024-10-25 17:12:29 +02:00
parent 269e19cfa3
commit 5c683c58f8
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
services:
app:
image: writefreely
image: ghcr.io/writefreely/writefreely:latest
container_name: writefreely
volumes:
- ./data:/data

View file

@ -12,7 +12,7 @@ networks:
services:
writefreely-web:
container_name: "writefreely-web"
image: "writeas/writefreely:latest"
image: ghcr.io/writefreely/writefreely-dev:latest
volumes:
- "web-keys:/go/keys"