1
0
mirror of https://github.com/docker/awesome-compose.git synced 2025-06-30 01:31:06 +00:00
This commit is contained in:
Bokyeom 2025-03-27 11:57:45 +09:00 committed by GitHub
commit 18662dfecb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,9 @@ services:
- db-data:/var/lib/mysql
networks:
- spring-mysql
expose:
- 3306
- 33060
frontend:
build:
context: frontend
@ -45,9 +48,6 @@ services:
- react-spring
depends_on:
- backend
expose:
- 3306
- 33060
volumes:
db-data: {}
secrets: