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
stuff
master
Madiwka3
1 year ago
parent
b877ccd545
commit
4f05cbea20
1 changed files
with
5 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-7
docker-compose.yml
+ 5
- 7
docker-compose.yml
View File
@@ -4,16 +4,14 @@ services:
app:
build: app
restart: always
links
:
depends_on
:
- "db"
ports:
- "5000:5000"
environment:
- FLASK_ENV= production
db:
image: mysql:8.0
ports:
- "32000:3306"
restart: always
environment:
MYSQL_ROOT_PASSWORD: 12345
expose:
- "3306"
networks:
deqnqe:
Write
Preview
Loading…
Cancel
Save