try to fix atheme

This commit is contained in:
root 2024-10-31 06:24:29 +03:00
parent cdd5206be1
commit 3c7b8c3aae
4 changed files with 5 additions and 3 deletions

View File

@ -7,6 +7,7 @@ services:
image: inspi4
network_mode: "host"
env_file: "config.env"
command: /usr/local/bin/inspircd -c /etc/inspircd/inspircd.conf -F -d
volumes:
- ./include.conf:/etc/inspircd/include.conf:ro
- ssl:/etc/ssl/inspircd

View File

@ -12,7 +12,7 @@ RUN useradd --system --shell /bin/bash atheme -g atheme
WORKDIR /tmp
RUN git clone https://github.com/atheme/atheme.git
RUN git clone https://github.com/paigeadelethompson/atheme.git -b inspircd
WORKDIR /tmp/atheme
@ -55,4 +55,4 @@ VOLUME /etc/ssl/atheme
VOLUME /var/log/atheme
ENTRYPOINT ["/usr/local/bin/atheme-services", "-p", "/tmp/atheme.pid", "-n"]
ENTRYPOINT ["/usr/local/bin/atheme-services", "-p", "/tmp/atheme.pid", "-n", "-d"]

View File

@ -154,7 +154,7 @@ loadmodule "operserv/help";
loadmodule "operserv/identify";
loadmodule "operserv/ignore";
loadmodule "operserv/info";
loadmodule "operserv/joinrate";
#loadmodule "operserv/joinrate";
loadmodule "operserv/jupe";
loadmodule "operserv/mode";
loadmodule "operserv/modlist";

View File

@ -10,6 +10,7 @@ services:
volumes:
- data:/etc/atheme
- ./include.conf:/etc/atheme/include.conf:ro
- ./atheme.conf:/etc/atheme/atheme.conf:ro
- ssl:/etc/ssl/atheme
- log:/var/log/atheme
volumes: