__version__ = '1.0.2'

This commit is contained in:
Sergey
2024-08-10 12:47:47 +03:00
parent 48b0f23bf3
commit 57813001be
3 changed files with 50 additions and 5 deletions

14
docker-compose.yaml Normal file
View File

@@ -0,0 +1,14 @@
version: '3.9'
services:
bonus-import-tools:
container_name: bonus-import-tools
build: .
restart: unless-stopped
volumes:
- ./.env:/app/.env
- ./csv:/app/csv
#networks:
# backend:
# driver: bridge