22 lines
413 B
YAML
22 lines
413 B
YAML
services:
|
|
cerc-webapp-deployer:
|
|
image: cerc/webapp-deployer-backend:local
|
|
restart: always
|
|
volumes:
|
|
- srv:/srv
|
|
- config:/etc/config:ro
|
|
ports:
|
|
- 9555
|
|
|
|
cerc-webapp-auction-handler:
|
|
image: cerc/webapp-deployer-backend:local
|
|
restart: always
|
|
volumes:
|
|
- srv:/srv
|
|
- config:/etc/config:ro
|
|
command: "./scripts/handle-auctions.sh"
|
|
|
|
volumes:
|
|
config:
|
|
srv:
|