docker-compose

This commit is contained in:
Alex Ant
2024-06-30 17:23:37 +05:00
parent 41d2ab7bba
commit 2e36475f47
+11
View File
@@ -0,0 +1,11 @@
version: '3.8'
services:
cooparser:
container_name: cooparser
build: ./
image: cooparser
env_file:
- ./.env
network_mode: host
restart: unless-stopped