mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-21 17:06:18 +00:00
11 lines
173 B
YAML
11 lines
173 B
YAML
version: "2"
|
|
|
|
services:
|
|
psacc:
|
|
image: flobz/psa_car_controller:latest
|
|
restart: unless-stopped
|
|
ports:
|
|
- "5000:5000"
|
|
volumes:
|
|
- ./config:/config
|