forked from Nixius/template
16 lines
424 B
YAML
16 lines
424 B
YAML
# Test configuration
|
|
services:
|
|
template:
|
|
build:
|
|
context: ./docker/easy-appointments
|
|
dockerfile: Dockerfile.staging
|
|
image: git.nixc.us/colin/easy-appointments:test
|
|
volumes:
|
|
- ./docker/easy-appointments/src:/scratch
|
|
- ./temp:/temp
|
|
|
|
mariadb:
|
|
build:
|
|
context: ./docker/mariadb
|
|
dockerfile: Dockerfile.staging
|
|
image: git.nixc.us/colin/easy-appointments:test-mariadb |