Skip to content

Commit

Permalink
[PLA-1621] New daemon version (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Feb 18, 2024
1 parent a351137 commit 571df4b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 59 deletions.
48 changes: 0 additions & 48 deletions configs/daemon/Dockerfile

This file was deleted.

8 changes: 0 additions & 8 deletions configs/daemon/start.sh

This file was deleted.

7 changes: 5 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,13 @@ services:
daemon:
image: enjin/daemon:latest
build:
context: .
dockerfile: configs/daemon/Dockerfile
context: ./wallet-daemon
dockerfile: Dockerfile
restart: unless-stopped
env_file:
- ./configs/daemon/.env
volumes:
- ./configs/daemon/config.json:/opt/app/config.json
- ./configs/daemon/store:/opt/app/storage
extra_hosts:
- "host.docker.internal:host-gateway"
Expand Down

0 comments on commit 571df4b

Please sign in to comment.