|
services:
|
|
glpi:
|
|
build:
|
|
context: ./docker/glpi/
|
|
dockerfile: Dockerfile.production
|
|
image: git.nixc.us/nixius/glpi:production-glpi
|
|
postgres:
|
|
build:
|
|
context: ./docker/postgres/
|
|
dockerfile: Dockerfile.production
|
|
image: git.nixc.us/nixius/glpi:production-postgres |