Docker: disable sandbox to fix crashes and update Dockerfile/compose.yml (#294)

Additionally:
* Add EXPOSE hints to Dockerfile
* as -> AS in Dockerfile to resolve warning
* Point docker-compose to our docker hub image
* Remove version property in docker-compose.yml as it was deprecated
This commit is contained in:
CakeLancelot
2024-10-15 01:00:37 -05:00
committed by GitHub
parent cada1bcfd8
commit 68b56e7c25
2 changed files with 8 additions and 6 deletions

View File

@@ -1,11 +1,9 @@
version: '3.4'
services:
openfusion:
image: openfusion
build:
context: .
dockerfile: ./Dockerfile
image: openfusion/openfusion:latest
volumes:
- ./config.ini:/usr/src/app/config.ini
- ./database.db:/usr/src/app/database.db