mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Add game ports for Valheim, OpenRA, OpenTTD, and Xonotic; update Wings configuration to use different ports instead.
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m18s
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m18s
This commit is contained in:
parent
c80877a9a9
commit
6c25a08515
5 changed files with 81 additions and 4 deletions
|
|
@ -145,8 +145,8 @@
|
|||
"/var/log/pelican/:/var/log/pelican:rw"
|
||||
];
|
||||
ports = [
|
||||
"8080:8080/tcp"
|
||||
"2022:2022/tcp"
|
||||
"8443:443/tcp"
|
||||
];
|
||||
cmd = ["wings" "--ignore-certificate-errors"];
|
||||
log-driver = "journald";
|
||||
|
|
|
|||
|
|
@ -115,8 +115,8 @@ services:
|
|||
container_name: pelican_wings
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "2022:2022"
|
||||
- "8443:443"
|
||||
stdin_open: true
|
||||
command: ["wings", "--ignore-certificate-errors"]
|
||||
tty: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue