You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
415 B

version: '2'
services:
foreman-data:
build: foreman
networks:
- net
tty: true
# stdin_open: true
nginx-passenger:
hostname: foreman-web
build: passenger
networks:
- net
volumes_from:
- foreman-data
mysql:
build: mariadb
networks:
- net
networks:
net:
driver: bridge