publiccode.si/docker-compose.yml

19 lines
344 B
YAML
Raw Normal View History

2022-01-12 11:24:20 +01:00
version: "3"
services:
pmpc:
container_name: pmpc
build: .
image: pmpc
restart: always
logging:
driver: json-file
options:
max-size: "5m"
max-file: "5"
2022-01-12 11:24:20 +01:00
ports:
- "50:8080"
labels:
proxy.host: "publiccode.eu"
proxy.host_alias: "www.publiccode.eu"
proxy.port: "50"