1
0
Fork 0
easy-appointments/docker-compose.production.yml

13 lines
426 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/colin/easy-appointments:production
mariadb:
build:
context: ./docker/mariadb
dockerfile: Dockerfile.production
image: git.nixc.us/colin/easy-appointments:production-mariadb