Stuff
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,6 @@
|
|||||||
.ssh/
|
|
||||||
id_rsa
|
id_rsa
|
||||||
id_rsa.pub
|
id_rsa.pub
|
||||||
|
known_hosts
|
||||||
files/
|
files/
|
||||||
data/
|
data/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|||||||
19
docker-compose.yml
Normal file
19
docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
version: '3.7'
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
resourcepackupdater:
|
||||||
|
build: .
|
||||||
|
command: python /src/main.py
|
||||||
|
environment:
|
||||||
|
- RESOURCE_PACK_URL=git@github.com:Pixel-Hideaway/ResourcePack.git
|
||||||
|
volumes:
|
||||||
|
- ~/.ssh/:/root/.ssh:ro
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
|
tty: true
|
||||||
|
stdin_open: true
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user