This commit is contained in:
ITQ
2025-03-02 23:28:14 +03:00
parent 8259ba1916
commit 121c29c2f3
7 changed files with 55 additions and 23 deletions
+6 -1
View File
@@ -375,13 +375,18 @@ services:
build:
context: ./services/checker
dockerfile: Dockerfile
restart: unless-stopped
env_file:
- path: ./infrastructure/checker/.env.template
required: true
- path: ./infrastructure/checker/.env
required: false
ports:
- name: web
target: 8000
published: 8009
host_ip: 0.0.0.0
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /var/run/docker.sock