You've already forked oncall
mirror of
https://github.com/linkedin/oncall.git
synced 2026-04-26 21:12:17 +02:00
3f52e8dbca
config
15 lines
232 B
YAML
15 lines
232 B
YAML
version: '3'
|
|
|
|
services:
|
|
oncall-web:
|
|
build: .
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- DOCKER_DB_BOOTSTRAP=1
|
|
|
|
oncall-mysql:
|
|
image: mysql:5.7
|
|
environment:
|
|
- MYSQL_ROOT_PASSWORD=1234
|