This website works better with JavaScript.
Home
Explore
Help
Sign In
deqnqe
/
dbass2-backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
working shit
master
Name
1 year ago
parent
4f05cbea20
commit
1f02563158
1 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-2
docker-compose.yml
+ 6
- 2
docker-compose.yml
View File
@@ -8,10 +8,14 @@ services:
- "db"
ports:
- "5000:5000"
environment:
- FLASK_ENV= production
db:
image: mysql:8.0
image: mysql:
latest
restart: always
expose:
- "3306"
environment:
MYSQL_ROOT_PASSWORD: 12345
networks:
deqnqe:
deqnqe:
Write
Preview
Loading…
Cancel
Save