11 lines
222 B
YAML
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
|