chore: update docker compose up

This commit is contained in:
Sabir Hassan 2024-02-22 18:28:43 +05:00
parent 70ce3b544d
commit 419eb0318e

View File

@ -10,10 +10,11 @@ services:
memswap_limit: 256mb
volumes:
- $HOME/.nsecbunker-config:/app/config
- $HOME/nip05:/app/nip05
env_file:
- .env
ports:
- "3000:3000"
- "3005:3000"
depends_on:
- migrations
@ -23,7 +24,7 @@ services:
- $HOME/.nsecbunker-config:/app/config
env_file:
- .env
restart: no
restart: "no"
entrypoint: ""
command:
- npx