Revert "Test Push"

This reverts commit 4321558221.
This commit is contained in:
unknown
2025-12-08 21:56:47 +09:00
parent 4321558221
commit 1d9e0675e9

View File

@@ -5,7 +5,7 @@ services:
build: . build: .
container_name: vconnect-api container_name: vconnect-api
ports: ports:
- "9000:9000" - "8000:8000"
env_file: env_file:
- .env - .env
restart: unless-stopped restart: unless-stopped