Skip to content

Commit

Permalink
Update be_app-docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
koust6u authored Sep 24, 2024
1 parent 720f530 commit 19f37fc
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions backend/be_app-docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
services:
mysql:
container_name: coduo_mysql
image: mysql:8.0
restart: unless-stopped
ports:
- ${DB_BINDING_PORT}
environment:
MYSQL_DATABASE: ${MYSQL_DB_NAME}
MYSQL_ROOT_PASSWORD: ${DB_PASSWORD}
TZ: ${MYSQL_TIME_ZONE}
volumes:
- ${DOCKER_DATA_PATH}/db/mysql/conf.d:/etc/mysql/conf.d
- ${DOCKER_DATA_PATH}/db/mysql/data:/var/lib/mysql
- ${DOCKER_DATA_PATH}/db/mysql/init:/docker_entrypoint-initdb.d
command:
- '--character-set-server=utf8mb4'
- '--collation-server=utf8mb4_0900_ai_ci'
networks:
- coduo_net

springboot:
container_name: coduo_springboot-app
Expand Down

0 comments on commit 19f37fc

Please sign in to comment.