Update the docker-compose file to create the docker logs volume for gateway and registry
This commit is contained in:
@@ -11,6 +11,7 @@ services:
|
||||
volumes:
|
||||
- gateway_data_volume:/gateway/overrideProperties/config
|
||||
- gateway_database_volume:/gateway/database
|
||||
- gateway_logs_volume:/gateway/tmp
|
||||
|
||||
networks:
|
||||
beckn_network:
|
||||
@@ -24,3 +25,6 @@ volumes:
|
||||
gateway_database_volume:
|
||||
name: gateway_database_volume
|
||||
external: true
|
||||
gateway_logs_volume:
|
||||
name: gateway_logs_volume
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user