mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-12-11 00:10:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user