We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc1aa6 commit bc8bf8bCopy full SHA for bc8bf8b
docker-compose.yml
@@ -20,13 +20,6 @@ services:
20
networks:
21
database-network:
22
ipv4_address: ${MASTER_IP}
23
- deploy:
24
- resources:
25
- limits:
26
- cpus: '1'
27
- memory: 1024M
28
- reservations:
29
- memory: 256M
30
31
mysql_slave:
32
image: mysql:5.7.22
@@ -48,20 +41,14 @@ services:
48
41
49
42
50
43
ipv4_address: ${SLAVE_IP}
51
52
53
54
55
56
57
58
44
59
45
60
46
61
47
driver: bridge
62
ipam:
63
config:
64
- subnet: ${SUBNET}
+
65
#Volumes
66
volumes:
67
masterData:
0 commit comments