mirror of
https://git.auk.su/Dinect/bonus-import-tools.git
synced 2025-12-28 18:10:01 +00:00
__version__ = '1.0.2'
This commit is contained in:
14
docker-compose.yaml
Normal file
14
docker-compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user