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 9ff5899 commit 64de960Copy full SHA for 64de960
1 file changed
docker-compose.yml
@@ -12,17 +12,7 @@ services:
12
volumes:
13
- hotel-db-data:/var/lib/postgresql/data
14
command: ["postgres", "-c", "listen_addresses=*"]
15
- cache:
16
- image: memcached:latest
17
- ports:
18
- - "${CACHE_PORT}:11211"
19
- command:
20
- - '--memory-limit=1024'
21
- volumes:
22
- - cache-data:/var/lib/cache/data
23
24
hotel-db-data:
25
- inventory-db-data:
26
- cache-data:
27
networks:
28
hotel-network:
0 commit comments