Files
next.orly.dev/scripts/docker-policy/docker-compose.yml
mleku e9fb314496
Some checks failed
Go / build (push) Has been cancelled
Go / release (push) Has been cancelled
fully test and verify policy script functionality
2025-11-11 09:37:42 +00:00

26 lines
468 B
YAML

version: '3.8'
services:
orly-relay:
build:
context: .
dockerfile: Dockerfile
container_name: orly-policy-test
ports:
- "8777:8777"
volumes:
# Mount a volume to persist data and access output files
- orly-data:/home/orly/.local/share/ORLY
- orly-output:/home/orly
networks:
- orly-test-net
restart: unless-stopped
volumes:
orly-data:
orly-output:
networks:
orly-test-net:
driver: bridge