Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit d51bef2

Browse files
committed
chore: tweak docker-compose file
1 parent a769560 commit d51bef2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
.config/*.yml
44

5+
db/
6+
redis/

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ version: "3.7"
33
services:
44

55
app:
6-
image: ncr.pub/nyaone/misso:latest
6+
#image: ncr.pub/nyaone/misso:latest
7+
build: .
78
restart: always
89
depends_on:
910
- db
@@ -15,7 +16,7 @@ services:
1516
ports:
1617
- "127.0.0.1:8080:8080"
1718
volumes:
18-
- "./config.yml:/app/config.yml:ro"
19+
- "./.config/misso.yml:/app/config.yml:ro"
1920

2021
db:
2122
image: postgres:15-alpine

0 commit comments

Comments
 (0)