aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
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