File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : simple-file-storage
2
2
3
- networks :
4
- simple_file_storage :
5
- driver : bridge
6
-
7
3
services :
8
4
# https://hub.docker.com/_/mariadb
9
5
mariadb :
@@ -17,8 +13,6 @@ services:
17
13
MARIADB_USER : ${DATABASE_USERNAME}
18
14
MARIADB_PASSWORD : ${DATABASE_PASSWORD}
19
15
MARIADB_RANDOM_ROOT_PASSWORD : 1
20
- networks :
21
- - simple_file_storage
22
16
healthcheck :
23
17
test : healthcheck.sh --su-mysql --connect --innodb_initialized
24
18
retries : 3
@@ -37,8 +31,6 @@ services:
37
31
PMA_PORT : ${DATABASE_PORT}
38
32
PMA_USER : ${DATABASE_USERNAME}
39
33
PMA_PASSWORD : ${DATABASE_PASSWORD}
40
- networks :
41
- - simple_file_storage
42
34
healthcheck :
43
35
test : curl -f http://localhost
44
36
retries : 3
@@ -62,8 +54,6 @@ services:
62
54
- mariadb
63
55
environment :
64
56
- WAIT_HOSTS=mariadb:${DATABASE_PORT}
65
- networks :
66
- - simple_file_storage
67
57
healthcheck :
68
58
test : curl -f http://localhost:3000
69
59
retries : 3
You can’t perform that action at this time.
0 commit comments