mirror of
https://github.com/Segate-ekb/publicator.git
synced 2024-11-24 08:02:30 +02:00
11 lines
216 B
YAML
11 lines
216 B
YAML
version: '3.3'
|
|
|
|
services:
|
|
publikator:
|
|
image: 192.168.1.53:5000/publicator:8.3.20.2180
|
|
ports:
|
|
- 998:80
|
|
- 3333:3333
|
|
volumes:
|
|
- ./volumes/config.json:/opt/app/winow/config/config.json
|
|
|