ResourcePackUpdater/docker-compose.yml

18 lines
299 B
YAML
Raw Normal View History

2021-06-20 03:05:30 +00:00
version: '3.7'
services:
resourcepackupdater:
build: .
2021-06-21 09:24:57 +00:00
#command: python /src/pack.py
2021-06-20 03:05:30 +00:00
volumes:
2021-08-01 01:03:18 +00:00
- ./ssh/id_rsa:/app/ssh/id_rsa:ro
2021-06-20 03:05:30 +00:00
env_file:
- .env
ports:
2021-08-01 01:03:18 +00:00
- 800:8000
2021-06-20 03:05:30 +00:00
tty: true
stdin_open: true