atheme/docker-compose.yml

17 lines
324 B
YAML
Raw Normal View History

2024-11-02 04:43:43 +00:00
services:
atheme:
build:
context: .
args:
BUILD_SERVER_NAME: ${SERVER_NAME}
image: atheme
command: ${DAEMON_FLAGS}
2024-11-02 04:43:43 +00:00
network_mode: "host"
env_file: "config.env"
volumes:
2025-01-05 14:06:34 +00:00
- ./data:/etc/atheme
2024-11-02 04:43:43 +00:00
- log:/var/log/atheme
volumes:
log:
name: atheme_log