1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 15:28:06 +02: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: