metznet-channel/docker-compose.yml

22 lines
420 B
YAML

services:
guix:
platform: linux/amd64
build:
context: docker
volumes:
- guix-store:/gnu
- guix-state:/var/guix
- guix-cache:/root/.cache
- .:/workspace
working_dir: /workspace
environment:
DOMAIN_CAPS: ${DOMAIN_CAPS:-METZNET.CA}
DOMAIN_NAME: ${DOMAIN_NAME:-metznet.ca}
tty: true
stdin_open: true
volumes:
guix-store:
guix-state:
guix-cache: