You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
512 B
11 lines
512 B
services:
|
|
facti13_steam_trade_bot_v2:
|
|
build: .
|
|
container_name: facti13_steam_v2
|
|
hostname: 'trader'
|
|
network_mode: host
|
|
restart: always
|
|
volumes:
|
|
- $PWD/auth_data:/home/service/auth_data:ro
|
|
env_file:
|
|
- .env
|