Skip to content

Commit 64de960

Browse files
authored
Update docker-compose.yml
1 parent 9ff5899 commit 64de960

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docker-compose.yml

-10
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,7 @@ services:
1212
volumes:
1313
- hotel-db-data:/var/lib/postgresql/data
1414
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
2315
volumes:
2416
hotel-db-data:
25-
inventory-db-data:
26-
cache-data:
2717
networks:
2818
hotel-network:

0 commit comments

Comments
 (0)