fix missing export port and env.exmaple for apiservice

This commit is contained in:
jigoong
2026-02-24 22:54:50 +07:00
parent 16efd77dfe
commit 38bb9bd1d9
2 changed files with 33 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ services:
- ADMIN_SECRET_KEY=${ADMIN_SECRET_KEY}
- ADMIN_USERNAME=${ADMIN_USERNAME}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
ports:
- "8040:8040"
networks:
- shared_data_network
restart: unless-stopped