2024-11-02 04:43:28 +00:00
|
|
|
services:
|
|
|
|
anope:
|
2024-11-07 00:02:49 +00:00
|
|
|
restart: on-failure:3
|
2024-11-02 04:43:28 +00:00
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
args:
|
|
|
|
BUILD_SERVER_NAME: ${SERVER_NAME}
|
|
|
|
image: anope
|
|
|
|
network_mode: "host"
|
|
|
|
env_file: "config.env"
|
|
|
|
volumes:
|
2024-11-07 00:02:49 +00:00
|
|
|
- ./custom:/etc/anope/custom:ro
|
2024-11-02 04:43:28 +00:00
|
|
|
- data:/var/lib/anope
|
|
|
|
- ./include.conf:/etc/anope/include.conf:ro
|
|
|
|
- log:/var/log/anope
|
|
|
|
volumes:
|
|
|
|
data:
|
|
|
|
name: anope_data
|
|
|
|
log:
|
|
|
|
name: anope_log
|