Commit Graph

9 Commits

Author SHA1 Message Date
Skillet
49a74ec72d
Update Dockerfile 2023-04-03 11:44:31 -04:00
Skillet
0ce3bebfa7
Update git pull to grab submodules 2023-04-03 11:38:17 -04:00
Skillet
7da23496f0
update for submodules 2023-04-03 11:34:49 -04:00
Skillet
1cf304388b
use custom squadjs 2023-02-15 18:10:44 -05:00
Skillet
28ceb0d2bc
copy custom squadjs plugins into image 2023-02-13 06:36:32 -05:00
Skillet
1fec670e97
Update Dockerfile 2023-02-12 18:31:49 -05:00
5d4651c168 fix: delay squadjs startup by 10 seconds
We have to wait until the Squad server is initialized and has a full
RCON connection up. This allows SquadJS to be started in tandem with a
Squad docker image in docker compose without conflict.

This is a bit hacky and a healthcheck would be superior, but there's a
lot of instances to check in the Squad log to even verify if the RCON
connection is good to go.

Another potential way of doing this health check is to attempt to login
into the rcon connection ourselves in a loop and then start SquadJS once
that rcon connection succeeds (after closing the RCON connection we
made).
2023-02-03 16:42:24 -06:00
cc72a9e45a feat: add sqlite 2023-01-25 20:45:50 -06:00
ac57bfedce feat: full squadjs docker image 2023-01-25 17:48:46 -06:00