initial commit

This commit is contained in:
2024-12-26 18:16:46 +11:00
commit 83bc61c1a4
12 changed files with 2099 additions and 0 deletions

17
compose.yml Normal file
View File

@ -0,0 +1,17 @@
name: pubg
services:
pubg:
build: .
container_name: pubg
hostname: pubg
restart: always
init: true
env_file:
- .env
volumes:
- /home/adam/d:/data
networks:
default:
name: platform
external: true