Skip to content
Snippets Groups Projects
Commit 3fdba10a authored by Rodrigo Goncalves's avatar Rodrigo Goncalves
Browse files

Config in docker-compose to map certificates directories to local folder, for persistence

parent 22e55d0b
No related branches found
No related tags found
1 merge request!15Resolve "Include scripts to create client certificates in docker image"
......@@ -12,6 +12,7 @@ services:
#TODO Fix this in the code
- ./tmp:/var/www/html/tmp
- ./tmp:/smartdata/tmp
- ./docker/certmanager/certificates:/certmanager/certificates
#TODO Custom certificates
#- ./crt:/etc/apache2/ssl/server.crt
#- ./key:/etc/apache2/ssl/server.key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment