try to fix atheme
This commit is contained in:
parent
cdd5206be1
commit
3c7b8c3aae
@ -7,6 +7,7 @@ services:
|
|||||||
image: inspi4
|
image: inspi4
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
env_file: "config.env"
|
env_file: "config.env"
|
||||||
|
command: /usr/local/bin/inspircd -c /etc/inspircd/inspircd.conf -F -d
|
||||||
volumes:
|
volumes:
|
||||||
- ./include.conf:/etc/inspircd/include.conf:ro
|
- ./include.conf:/etc/inspircd/include.conf:ro
|
||||||
- ssl:/etc/ssl/inspircd
|
- ssl:/etc/ssl/inspircd
|
||||||
|
@ -12,7 +12,7 @@ RUN useradd --system --shell /bin/bash atheme -g atheme
|
|||||||
|
|
||||||
WORKDIR /tmp
|
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
|
WORKDIR /tmp/atheme
|
||||||
|
|
||||||
@ -55,4 +55,4 @@ VOLUME /etc/ssl/atheme
|
|||||||
|
|
||||||
VOLUME /var/log/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/identify";
|
||||||
loadmodule "operserv/ignore";
|
loadmodule "operserv/ignore";
|
||||||
loadmodule "operserv/info";
|
loadmodule "operserv/info";
|
||||||
loadmodule "operserv/joinrate";
|
#loadmodule "operserv/joinrate";
|
||||||
loadmodule "operserv/jupe";
|
loadmodule "operserv/jupe";
|
||||||
loadmodule "operserv/mode";
|
loadmodule "operserv/mode";
|
||||||
loadmodule "operserv/modlist";
|
loadmodule "operserv/modlist";
|
||||||
|
@ -10,6 +10,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- data:/etc/atheme
|
- data:/etc/atheme
|
||||||
- ./include.conf:/etc/atheme/include.conf:ro
|
- ./include.conf:/etc/atheme/include.conf:ro
|
||||||
|
- ./atheme.conf:/etc/atheme/atheme.conf:ro
|
||||||
- ssl:/etc/ssl/atheme
|
- ssl:/etc/ssl/atheme
|
||||||
- log:/var/log/atheme
|
- log:/var/log/atheme
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user