0
0
Fork 0

feat: a volume

This commit is contained in:
decentral1se 2023-09-19 12:10:53 +02:00
parent 430364a43e
commit c13b12ebe4
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 5 additions and 0 deletions

View File

@ -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