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