fix missing export port and env.exmaple for apiservice
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user