chore: tweak docker-compose file
parent
a769560f31
commit
d51bef2058
|
@ -2,3 +2,5 @@
|
|||
|
||||
.config/*.yml
|
||||
|
||||
db/
|
||||
redis/
|
||||
|
|
|
@ -3,7 +3,8 @@ version: "3.7"
|
|||
services:
|
||||
|
||||
app:
|
||||
image: ncr.pub/nyaone/misso:latest
|
||||
#image: ncr.pub/nyaone/misso:latest
|
||||
build: .
|
||||
restart: always
|
||||
depends_on:
|
||||
- db
|
||||
|
@ -15,7 +16,7 @@ services:
|
|||
ports:
|
||||
- "127.0.0.1:8080:8080"
|
||||
volumes:
|
||||
- "./config.yml:/app/config.yml:ro"
|
||||
- "./.config/misso.yml:/app/config.yml:ro"
|
||||
|
||||
db:
|
||||
image: postgres:15-alpine
|
||||
|
|
Loading…
Reference in New Issue