Commit aa620db 1 parent 9be4789 commit aa620db Copy full SHA for aa620db
File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ x-chess-pipeline-service: &chess-pipeline-service
7
7
- valkey
8
8
volumes :
9
9
- chess_pipeline_logs:/logs
10
- networks :
11
- - mainnetwork
12
10
13
11
services :
14
12
chess_pipeline :
@@ -29,8 +27,6 @@ services:
29
27
- " 127.0.0.1:5432:5432"
30
28
env_file :
31
29
- .postgres_env
32
- networks :
33
- - mainnetwork
34
30
volumes :
35
31
- postgres_data:/var/lib/postgresql/data
36
32
- ./db:/sql_scripts:ro
@@ -40,8 +36,6 @@ services:
40
36
image : valkey/valkey:alpine
41
37
container_name : valkey
42
38
restart : always
43
- networks :
44
- - mainnetwork
45
39
ports :
46
40
- " 127.0.0.1:6379:6379"
47
41
@@ -50,5 +44,5 @@ volumes:
50
44
postgres_data :
51
45
52
46
networks :
53
- mainnetwork :
54
- external : true
47
+ default :
48
+ name : main-network
You can’t perform that action at this time.
0 commit comments