2024-08-07 16:16:21 +00:00
|
|
|
services:
|
|
|
|
deployer_test:
|
2024-08-08 14:20:41 +00:00
|
|
|
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
|
2024-08-09 09:34:42 +00:00
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
2024-08-07 16:16:21 +00:00
|
|
|
stdin_open: true
|
|
|
|
tty: true
|
2024-08-09 09:34:42 +00:00
|
|
|
privileged: true
|