Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
revert(docker): revert changes in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Mar 30, 2024
1 parent 98670ac commit 2065858
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ services:
- 7860:7860
environment:
- API_URL=http://backend:5050/api/v1
- SUPERADMIN_LOGIN=${SUPERADMIN_LOGIN}
- SUPERADMIN_PWD=${SUPERADMIN_PWD}
volumes:
- ./demo/:/app/
command: python main.py --server-name 0.0.0.0
Expand Down

0 comments on commit 2065858

Please sign in to comment.