aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/cgit
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-10-08 08:25:21 +0000
committerterminaldweller <thabogre@gmail.com>2022-10-08 08:25:21 +0000
commitf9e8deec17ea1784b45e7ea620ed0fef49170359 (patch)
tree8c342caff8b39c58b1c91ca9426841e55e743357 /terminaldweller.com/cgit
parentupdate (diff)
downloadscripts-f9e8deec17ea1784b45e7ea620ed0fef49170359.tar.gz
scripts-f9e8deec17ea1784b45e7ea620ed0fef49170359.zip
update
Diffstat (limited to 'terminaldweller.com/cgit')
-rw-r--r--terminaldweller.com/cgit/bootstrap/Dockerfile2
-rw-r--r--terminaldweller.com/cgit/docker-compose.yaml3
2 files changed, 3 insertions, 2 deletions
diff --git a/terminaldweller.com/cgit/bootstrap/Dockerfile b/terminaldweller.com/cgit/bootstrap/Dockerfile
index 73e757a..fe212dd 100644
--- a/terminaldweller.com/cgit/bootstrap/Dockerfile
+++ b/terminaldweller.com/cgit/bootstrap/Dockerfile
@@ -1,6 +1,6 @@
FROM alpine:3.16
RUN apk update && apk add --no-cache git cronie busybox-initscripts
-RUN rc-service crond start && rc-update add crond
+# RUN rc-service crond start && rc-update add crond
COPY ./bootstrap.sh /bootstrap.sh
COPY ./docker-entrypoint.sh /docker-entrypoint.sh
COPY ./crontab /etc/crontabs/root
diff --git a/terminaldweller.com/cgit/docker-compose.yaml b/terminaldweller.com/cgit/docker-compose.yaml
index 4635764..55484ed 100644
--- a/terminaldweller.com/cgit/docker-compose.yaml
+++ b/terminaldweller.com/cgit/docker-compose.yaml
@@ -17,7 +17,8 @@ services:
image: bootstrap
build:
context: ./bootstrap
- networks:bootstrapnet
+ networks:
+ - bootstrapnet
volumes:
- storage:/etc/gitrepos/
entrypoint: ["/docker-entrypoint.sh"]