9 lines
203 B
YAML
9 lines
203 B
YAML
|
services:
|
||
|
europapark_exporter:
|
||
|
image: git.hipstercat.fr/hipstercat/europapark-exporter:main
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
restart: always
|
||
|
ports:
|
||
|
- 9224:9224
|