Mount letsencrypt folder in CI

This commit is contained in:
Jamie Curnow 2024-01-15 08:18:48 +10:00
parent 834fb1a361
commit 00264bcfb2
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

View File

@ -15,6 +15,7 @@ services:
DB_MYSQL_NAME: 'npm'
volumes:
- npm_data_mysql:/data
- npm_le_mysql:/etc/letsencrypt
expose:
- 81
- 80
@ -38,6 +39,7 @@ services:
DISABLE_IPV6: 'true'
volumes:
- npm_data_sqlite:/data
- npm_le_sqlite:/etc/letsencrypt
expose:
- 81
- 80
@ -84,4 +86,6 @@ volumes:
cypress_logs_sqlite:
npm_data_mysql:
npm_data_sqlite:
npm_le_sqlite:
npm_le_mysql:
mysql_data: