Parcourir la source

Update docker compose

Librellium il y a 3 mois
Parent
commit
8fc59ce431
1 fichiers modifiés avec 6 ajouts et 2 suppressions
  1. 6 2
      docker-compose.yml

+ 6 - 2
docker-compose.yml

@@ -1,7 +1,11 @@
 services:
-  simpleforward:
-    build: .
+  bot:
+    image: "anonflow:${APP_VERSION}"
+    build:
+      context: .
+      dockerfile: Dockerfile
     labels:
+      version: "${APP_VERSION}"
       description: "Telegram-бот для анонимных сообщений"
     volumes:
       - ./config.yml:/app/config.yml