forked from Nixius/template
13 lines
428 B
YAML
13 lines
428 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.production
|
|
image: git.nixc.us/nixius/easy-appointments:production
|
|
|
|
mariadb:
|
|
build:
|
|
context: ./docker/mariadb
|
|
dockerfile: Dockerfile.production
|
|
image: git.nixc.us/nixius/easy-appointments:production-mariadb |