Fix uploads volume path in the correct file this time
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b8a92095d8
commit
35ac1ece0e
@ -19,7 +19,7 @@ services:
|
||||
- mongo_password
|
||||
- payload_secret
|
||||
volumes:
|
||||
- payload_uploads:/runner/.next/standalone/.next/media
|
||||
- payload_uploads:/prod/.next/standalone/media
|
||||
networks:
|
||||
- proxy
|
||||
- internal
|
||||
|
@ -18,7 +18,7 @@ services:
|
||||
- "HOSTNAME=0.0.0.0"
|
||||
- "MONGODB_URI=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@mongo:27017"
|
||||
volumes:
|
||||
- payload_uploads:/prod/.next/standalone/media
|
||||
- payload_uploads:/base/media
|
||||
- ./:/base
|
||||
networks:
|
||||
- internal
|
||||
|
Loading…
Reference in New Issue
Block a user