Skip to content

All compose files used with portainer at wallhack lan.

Notifications You must be signed in to change notification settings

Soren90/wallhack-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallhack lan

Some games, like HLDS servers don't like to change port with the -p argument and we also like pretty DNS-names for our LAN-servers. For that reason, macvlan was the perfect match.

These compose-files are used for deploying gameserver-stacks on docker-swarm with a macvlan network.

Install macvlan in docker-swarm

  1. First create a config only net on all nodes (Thank you ansible)

$ docker network create --config-only --subnet 10.50.1.0/24 -o parent=eth0.50 --ip-range 10.50.1.2/24 confignet

  1. Create macvlan on master node

$ docker network create -d macvlan --scope swarm --config-from confignet swarm-macvlan

  1. Deploy stack

$ docker stack deploy -c csgo.yml

About

All compose files used with portainer at wallhack lan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published