1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-29 23:38:17 +02:00
Files
oncall/docker-compose.yml
2020-01-15 15:43:06 -08:00

16 lines
298 B
YAML

version: '3'
services:
oncall-web:
build: .
ports:
- "8080:8080"
environment:
- DOCKER_DB_BOOTSTRAP=1
volumes:
- ./configs/config.docker.yaml:/home/oncall/config/config.yaml
oncall-mysql:
image: mysql:5.7
environment:
- MYSQL_ROOT_PASSWORD=1234