File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ services:
49
49
server :
50
50
image : ${SERVER_IMAGE}
51
51
volumes :
52
- - ./attachments:/app/attachments
52
+ - ./attachments/data :/app/attachments
53
53
environment :
54
54
- DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
55
55
- USERS_ACCESS_TOKEN_SECRET=${USERS_ACCESS_TOKEN_SECRET}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ services:
45
45
dockerfile : Dockerfile.dev
46
46
volumes :
47
47
- ./server:/app
48
- - ./attachments:/app/attachments
48
+ - ./attachments/data :/app/attachments
49
49
environment :
50
50
- DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
51
51
- USERS_ACCESS_TOKEN_SECRET=${USERS_ACCESS_TOKEN_SECRET}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ services:
57
57
server :
58
58
image : ${SERVER_IMAGE}
59
59
volumes :
60
- - ./attachments:/app/attachments
60
+ - ./attachments/data :/app/attachments
61
61
environment :
62
62
- DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
63
63
- USERS_ACCESS_TOKEN_SECRET=${USERS_ACCESS_TOKEN_SECRET}
You can’t perform that action at this time.
0 commit comments