aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-02-17 15:23:10 -0500
committerJesús <heckyel@hyperbola.info>2022-02-17 15:23:10 -0500
commit4c979bdce5884b434cd0c82a162163c1e5fded02 (patch)
treeffb1ac0ceafe7bee079643f32db3cf3cf0ba0d40 /docker-compose.yml
downloadhyperbola-mirror-4c979bdce5884b434cd0c82a162163c1e5fded02.tar.lz
hyperbola-mirror-4c979bdce5884b434cd0c82a162163c1e5fded02.tar.xz
hyperbola-mirror-4c979bdce5884b434cd0c82a162163c1e5fded02.zip
initial commit
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
new file mode 100644
index 0000000..6692560
--- /dev/null
+++ b/docker-compose.yml
@@ -0,0 +1,16 @@
+version: '3'
+
+services:
+ hypermirror:
+ image: rusian/hypermirror
+ container_name: hypermirror
+ env_file: config.env
+ ports:
+ - '3000:80'
+ volumes:
+ - './data/repo:/srv/repo'
+ tty: true
+ restart: always
+ logging:
+ options:
+ max-size: 1g