17 lines
324 B
YAML
17 lines
324 B
YAML
|
services:
|
||
|
downloader:
|
||
|
image: git.pweapon.org/odo/dowloader:latest
|
||
|
restart: always
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
environment:
|
||
|
ORIGIN: '${ORIGIN}'
|
||
|
PORT: 9500
|
||
|
ports:
|
||
|
- 9500:9500
|
||
|
|
||
|
version_tag:
|
||
|
extends: frontend
|
||
|
image: git.pweapon.org/odo/dowloader:latest
|