docker compose

This commit is contained in:
Lio Young 2021-10-17 18:37:35 +02:00
parent 9720e01425
commit 614cd18e72
1 changed files with 22 additions and 0 deletions

22
docker-compose.yml Normal file
View File

@ -0,0 +1,22 @@
version: "3.8"
services:
cultum:
container_name: cultum
hostname: cultum
restart: always
network_mode: "bridge"
ports:
- 80:80
volumes:
- ./lux/cultum/config.yml:/opt/cultum/config.yml
build: ./cultum
thaldrin:
build: .
container_name: thaldrin
hostname: cadaver
depends_on:
- cultum
restart: always
network_mode: "bridge"
volumes:
- ./config.ts:/opt/thaldrin/config.ts