2024-02-03 01:39:21 +00:00
|
|
|
services:
|
2024-02-09 00:17:26 +00:00
|
|
|
cerc-webapp-deployer:
|
2024-02-03 01:39:21 +00:00
|
|
|
image: cerc/webapp-deployer-backend:local
|
|
|
|
restart: always
|
|
|
|
volumes:
|
2024-02-09 00:17:26 +00:00
|
|
|
- srv:/srv
|
2024-02-03 01:39:21 +00:00
|
|
|
- config:/etc/config:ro
|
|
|
|
ports:
|
|
|
|
- 9555
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
config:
|
2024-02-09 00:17:26 +00:00
|
|
|
srv:
|