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
|
- mongo_password
|
||||||
- payload_secret
|
- payload_secret
|
||||||
volumes:
|
volumes:
|
||||||
- payload_uploads:/runner/.next/standalone/.next/media
|
- payload_uploads:/prod/.next/standalone/media
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
- internal
|
- internal
|
||||||
|
@ -18,7 +18,7 @@ services:
|
|||||||
- "HOSTNAME=0.0.0.0"
|
- "HOSTNAME=0.0.0.0"
|
||||||
- "MONGODB_URI=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@mongo:27017"
|
- "MONGODB_URI=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@mongo:27017"
|
||||||
volumes:
|
volumes:
|
||||||
- payload_uploads:/prod/.next/standalone/media
|
- payload_uploads:/base/media
|
||||||
- ./:/base
|
- ./:/base
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
|
Loading…
Reference in New Issue
Block a user