chore: update docker-compose files to use GHCR images for dev and prod
This commit is contained in:
parent
269e19cfa3
commit
5c683c58f8
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
app:
|
||||
image: writefreely
|
||||
image: ghcr.io/writefreely/writefreely:latest
|
||||
container_name: writefreely
|
||||
volumes:
|
||||
- ./data:/data
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue