10 lines
189 B
YAML
10 lines
189 B
YAML
|
services:
|
||
|
frontend:
|
||
|
image: git.pweapon.org/odo/dowloader:latest
|
||
|
restart: always
|
||
|
environment:
|
||
|
ORIGIN: '${ORIGIN}'
|
||
|
PORT: 9500
|
||
|
ports:
|
||
|
- 127.0.0.1:9500:9500
|