version: '3.7' services: resourcepackupdater: build: . #command: python /src/pack.py volumes: - ./ssh/id_rsa:/app/ssh/id_rsa:ro env_file: - .env ports: - 800:8000 tty: true stdin_open: true