Move to 'ghcr.io' images
This commit moves away from packages.github.com images and to ghcr.io.
This commit is contained in:
parent
d3b6450854
commit
e67974e985
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
tr:
|
tr:
|
||||||
image: tkw01536/tr
|
image: ghcr.io/tkw1536/tr:latest
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- "${OVERRIDES_FILE}:/overrides.json:ro"
|
- "${OVERRIDES_FILE}:/overrides.json:ro"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ssh:
|
ssh:
|
||||||
image: tkw01536/proxyssh
|
image: ghcr.io/tkw1536/dockersshd:latest
|
||||||
command: -hostkey /keys/hostkey -shell /user_shell.sh -keylabel eu.wiss-ki.barrel.authfile -userlabel eu.wiss-ki.barrel.slug -L triplestore:7200
|
command: -hostkey /keys/hostkey -shell /user_shell.sh -keylabel eu.wiss-ki.barrel.authfile -userlabel eu.wiss-ki.barrel.slug -L triplestore:7200
|
||||||
ports:
|
ports:
|
||||||
- "2222:2222"
|
- "2222:2222"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue