14 lines
211 B
YAML
14 lines
211 B
YAML
services:
|
|
cerc-webapp-deployer:
|
|
image: cerc/webapp-deployer-backend:local
|
|
restart: always
|
|
volumes:
|
|
- srv:/srv
|
|
- config:/etc/config:ro
|
|
ports:
|
|
- 9555
|
|
|
|
volumes:
|
|
config:
|
|
srv:
|