Browse Source

stuff

master
Madiwka3 1 year ago
parent
commit
4f05cbea20
1 changed files with 5 additions and 7 deletions
  1. +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:

Loading…
Cancel
Save