fix: remove unused network

See toolshed/abra#470
This commit is contained in:
decentral1se 2025-01-09 12:23:10 +01:00
parent 1e83340e75
commit d699b3944e
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 0 additions and 5 deletions

View File

@ -16,5 +16,3 @@ SECRET_TEST_PASS_ONE_VERSION=v1
SECRET_TEST_PASS_TWO_VERSION=v1 # length=10
#SECRET_EXTRA_PASS_VERSION=v1
#SECRET_LONG_SECRET_VERSION=v1
NETWORK_WITH_COMMENT=BAZ # should be removed

View File

@ -8,7 +8,6 @@ services:
- TEST_ENV_STANZA=DING # should be removed
networks:
- proxy
- net_with_comment
volumes:
- test-volume:/var/www
secrets:
@ -56,5 +55,3 @@ volumes:
networks:
proxy:
external: true
net_with_comment:
name: ${NETWORK_WITH_COMMENT}