2024-11-03 02:41:39 +00:00
|
|
|
services:
|
2024-11-06 11:46:38 +00:00
|
|
|
ircd:
|
2024-11-06 23:56:42 +00:00
|
|
|
restart: on-failure:3
|
2024-11-03 02:41:39 +00:00
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
image: inspi4
|
|
|
|
network_mode: "host"
|
|
|
|
env_file: "config.env"
|
|
|
|
volumes:
|
|
|
|
- ./custom:/etc/inspircd/custom:ro
|
|
|
|
- data:/var/lib/inspircd
|
|
|
|
- log:/var/log/inspircd
|
|
|
|
volumes:
|
|
|
|
data:
|
|
|
|
name: inspi4_data
|
|
|
|
log:
|
|
|
|
name: inspi4_log
|