feat: change images

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-21 01:59:05 +01:00
parent 8157c30c08
commit fc85f1135b

View File

@@ -1,6 +1,6 @@
services: services:
forest: forest:
image: git.kjuulh.io/kasperhermansen/forest:${FOREST_IMAGE_VERSION:-main} image: git.kjuulh.io/kjuulh/forest:${FOREST_IMAGE_VERSION:-latest}
restart: always restart: always
env_file: ".env" env_file: ".env"
command: | command: |
@@ -29,7 +29,7 @@ services:
restart: true restart: true
forage: forage:
image: git.kjuulh.io/forage/client::${FORAGE_IMAGE_VERSION:-main} image: git.kjuulh.io/forage/client::${FORAGE_IMAGE_VERSION:-latest}
restart: always restart: always
env_file: ".env" env_file: ".env"
command: | command: |