Stuff
This commit is contained in:
parent
371665b8f7
commit
c7d41b4e78
|
@ -1,6 +1,6 @@
|
|||
.ssh/
|
||||
id_rsa
|
||||
id_rsa.pub
|
||||
known_hosts
|
||||
files/
|
||||
data/
|
||||
.vscode/
|
||||
|
|
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue