@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user