forked from supernets/inspircd
try to fix atheme
This commit is contained in:
parent
cdd5206be1
commit
3c7b8c3aae
@ -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
|
||||
|
@ -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"]
|
||||
|
@ -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";
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user