Browse Source

working shit

master
Name 1 year ago
parent
commit
1f02563158
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      docker-compose.yml

+ 6
- 2
docker-compose.yml View File

@@ -8,10 +8,14 @@ services:
- "db" - "db"
ports: ports:
- "5000:5000" - "5000:5000"
environment:
- FLASK_ENV= production
db: db:
image: mysql:8.0
image: mysql:latest
restart: always restart: always
expose: expose:
- "3306" - "3306"
environment:
MYSQL_ROOT_PASSWORD: 12345
networks: networks:
deqnqe:
deqnqe:

Loading…
Cancel
Save