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:
|
services:
|
||||||
app:
|
app:
|
||||||
image: writefreely
|
image: ghcr.io/writefreely/writefreely:latest
|
||||||
container_name: writefreely
|
container_name: writefreely
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue