Padded bunch of project data
This commit is contained in:
parent
65972f37cc
commit
0044017df8
18 changed files with 1162 additions and 0 deletions
13
steam-gift-manager/docker-compose.yml
Normal file
13
steam-gift-manager/docker-compose.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
steam-manager:
|
||||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
- /root/test/data:/app/data
|
||||
- /root/test/steam-translations:/app/translations
|
||||
environment:
|
||||
- FLASK_DEBUG=0
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue