sh8s_deployer/testenv/docker-compose.yaml
2024-08-07 18:16:21 +02:00

11 lines
222 B
YAML

services:
deployer_test:
image: "ubuntu:latest"
build: .
container_name: deployer_test_container
volumes:
- .:/usr/src/deployer_test
- ./test_hosts:/etc/hosts
stdin_open: true
tty: true