Skip to content

Commit 00264bc

Browse files
committed
Mount letsencrypt folder in CI
1 parent 834fb1a commit 00264bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/docker-compose.ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ services:
1515
DB_MYSQL_NAME: 'npm'
1616
volumes:
1717
- npm_data_mysql:/data
18+
- npm_le_mysql:/etc/letsencrypt
1819
expose:
1920
- 81
2021
- 80
@@ -38,6 +39,7 @@ services:
3839
DISABLE_IPV6: 'true'
3940
volumes:
4041
- npm_data_sqlite:/data
42+
- npm_le_sqlite:/etc/letsencrypt
4143
expose:
4244
- 81
4345
- 80
@@ -84,4 +86,6 @@ volumes:
8486
cypress_logs_sqlite:
8587
npm_data_mysql:
8688
npm_data_sqlite:
89+
npm_le_sqlite:
90+
npm_le_mysql:
8791
mysql_data:

0 commit comments

Comments
 (0)