daruthe hai 11 meses
pai
achega
f84781df5f
Modificáronse 1 ficheiros con 18 adicións e 0 borrados
  1. 18 0
      metube/docker-compose.yml.txt

+ 18 - 0
metube/docker-compose.yml.txt

@@ -0,0 +1,18 @@
+services:
+  metube:
+    image: ghcr.io/alexta69/metube
+    container_name: metube
+    restart: unless-stopped
+    ports:
+      - "9011:8081"
+    volumes:
+      - ./downloads:/downloads
+    environment:
+      - TZ=Australia/Brisbane
+    networks:
+      - asgard
+
+networks:
+  asgard:
+    name: asgard
+    external: true