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: services:
app: app:
image: writefreely image: ghcr.io/writefreely/writefreely:latest
container_name: writefreely container_name: writefreely
volumes: volumes:
- ./data:/data - ./data:/data

View file

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