sh8s_deployer/testenv/docker-compose.yaml

11 lines
221 B
YAML
Raw Normal View History

2024-08-07 16:16:21 +00:00
services:
deployer_test:
image: "ubuntu:22.04"
2024-08-07 16:16:21 +00:00
build: .
container_name: deployer_test_container
volumes:
- .:/usr/src/deployer_test
- ./test_hosts:/etc/hosts
stdin_open: true
tty: true