diff --git a/docker-compose.yml b/docker-compose.yml index bf45f66..04c13d7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: image: registry.mgrote.net/oxidized-selfmade:latest volumes: # key rb5009 - - /home/mg/neu:/neu:ro +/home/mg/neu:/neu:ro # Add any other volumes or configurations needed @@ -15,13 +15,13 @@ services: environment: # Format , #siehe volunmes - - DEVICES: | + DEVICES: | rb5009.grote.lan,/neu hex.grote.lan,/ssh/keys/hex - - GIT_REPO_BRANCH: "master" - - GIT_REPO_URL: "ssh://gitea@git.mgrote.net:2222/mg/testrepo.git" - - GIT_REPO_DEPLOY_KEY: "/neu" #siehe volunmes - - GIT_USERNAME: oxidized-selfmade - - GIT_USER_MAIL: michael.grote@posteo.de - - GIT_REPO_REMOTE_NAME: origin - - INTERVAL: 3600 # in Sekunden + GIT_REPO_BRANCH: "master" + GIT_REPO_URL: "ssh://gitea@git.mgrote.net:2222/mg/testrepo.git" + GIT_REPO_DEPLOY_KEY: "/neu" #siehe volunmes + GIT_USERNAME: oxidized-selfmade + GIT_USER_MAIL: michael.grote@posteo.de + GIT_REPO_REMOTE_NAME: origin + INTERVAL: 3600 # in Sekunden