mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-19 15:28:06 +02:00
Merge 53bee33b36
into 18f59bdb09
This commit is contained in:
commit
18662dfecb
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue