Compare commits
5 commits
main
...
jolt_ifram
Author | SHA1 | Date | |
---|---|---|---|
7a25e93dce | |||
3505f15edf | |||
bfc9ba39ea | |||
af15fcec47 | |||
9537f22a79 |
4 changed files with 4 additions and 4 deletions
2
ansible/templates/docker-compose.yml
vendored
2
ansible/templates/docker-compose.yml
vendored
|
@ -35,7 +35,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
iframely:
|
iframely:
|
||||||
image: dogbin/iframely:latest
|
image: jolt/iframely:v1.4.3
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8061:80"
|
- "127.0.0.1:8061:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
2
docker/dev/docker-compose.yml
vendored
2
docker/dev/docker-compose.yml
vendored
|
@ -38,7 +38,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
iframely:
|
iframely:
|
||||||
image: dogbin/iframely:latest
|
image: jolt/iframely:v1.4.3
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8061:80"
|
- "127.0.0.1:8061:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
2
docker/federation/docker-compose.yml
vendored
2
docker/federation/docker-compose.yml
vendored
|
@ -117,6 +117,6 @@ services:
|
||||||
- ./volumes/pictrs_gamma:/mnt
|
- ./volumes/pictrs_gamma:/mnt
|
||||||
|
|
||||||
iframely:
|
iframely:
|
||||||
image: dogbin/iframely:latest
|
image: jolt/iframely:v1.4.3
|
||||||
volumes:
|
volumes:
|
||||||
- ../iframely.config.local.js:/iframely/config.local.js:ro
|
- ../iframely.config.local.js:/iframely/config.local.js:ro
|
||||||
|
|
2
docker/prod/docker-compose.yml
vendored
2
docker/prod/docker-compose.yml
vendored
|
@ -35,7 +35,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
iframely:
|
iframely:
|
||||||
image: dogbin/iframely:latest
|
image: jolt/iframely:v1.4.3
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8061:80"
|
- "127.0.0.1:8061:80"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue