Skip to content

Commit

Permalink
🏗️ Nest attachments in attachments/data subfolder
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-brabant committed Oct 26, 2023
1 parent cd2295c commit 4a0b37d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
server:
image: ${SERVER_IMAGE}
volumes:
- ./attachments:/app/attachments
- ./attachments/data:/app/attachments
environment:
- DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
- USERS_ACCESS_TOKEN_SECRET=${USERS_ACCESS_TOKEN_SECRET}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
dockerfile: Dockerfile.dev
volumes:
- ./server:/app
- ./attachments:/app/attachments
- ./attachments/data:/app/attachments
environment:
- DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
- USERS_ACCESS_TOKEN_SECRET=${USERS_ACCESS_TOKEN_SECRET}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
server:
image: ${SERVER_IMAGE}
volumes:
- ./attachments:/app/attachments
- ./attachments/data:/app/attachments
environment:
- DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}
- USERS_ACCESS_TOKEN_SECRET=${USERS_ACCESS_TOKEN_SECRET}
Expand Down

0 comments on commit 4a0b37d

Please sign in to comment.