forked from Nixius/template
13 lines
414 B
YAML
13 lines
414 B
YAML
# The only stuff that happens here is template gets replaced and so does possibly nixius
|
|
services:
|
|
template:
|
|
build:
|
|
context: ./docker/easy-appointments
|
|
dockerfile: Dockerfile.staging
|
|
image: git.nixc.us/colin/easy-appointments:staging
|
|
|
|
mariadb:
|
|
build:
|
|
context: ./docker/mariadb
|
|
dockerfile: Dockerfile.staging
|
|
image: git.nixc.us/colin/easy-appointments:staging-mariadb |