diff --git a/compose.yml b/compose.yml index f56d052..d3fd032 100644 --- a/compose.yml +++ b/compose.yml @@ -6,6 +6,8 @@ services: image: nginx:1.20.0 networks: - proxy + volumes: + - test-volume:/var/www secrets: - test_password deploy: @@ -35,6 +37,9 @@ secrets: external: true name: ${STACK_NAME}_test_password_${SECRET_TEST_PASSWORD_VERSION} +volumes: + test-volume: + networks: proxy: external: true