custom #1

Open
huangzhenpc wants to merge 9 commits from custom into main
Showing only changes of commit 106d8d8e57 - Show all commits

View File

@@ -67,6 +67,7 @@ services:
- "host.docker.internal:host-gateway"
networks:
- sub2api-network
- 1panel-network
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
interval: 30s
@@ -116,3 +117,5 @@ volumes:
networks:
sub2api-network:
driver: bridge
1panel-network:
external: true