initial, works

This commit is contained in:
2024-09-08 13:44:56 +03:00
commit 43c17c2c87
6 changed files with 326 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: '3'
services:
conan:
build: ./image
image: conan-server
restart: always
volumes:
- ./data/:/data
ports:
- "7777:7777/udp"
- "7777:7777/tcp"
- "7778:7778/udp"
- "25575:25575/tcp"
- "27015:27015/udp"