13 lines
326 B
YAML
13 lines
326 B
YAML
|
services:
|
||
|
ovh-eco-hunter:
|
||
|
image: adns44/ovh-eco-autoorder
|
||
|
build: .
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- ./offers.json:/app/offers.json
|
||
|
- ./preferences.json:/app/preferences.json
|
||
|
- ./.env:/app/.env:ro
|
||
|
- /etc/timezone:/etc/timezone:ro
|
||
|
- /etc/localtime:/etc/localtime:ro
|
||
|
user: 1000:1000
|