mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-17 19:53:34 +00:00
Update compose.yml
This commit is contained in:
@@ -6,6 +6,8 @@ services:
|
||||
- .env
|
||||
depends_on:
|
||||
- couchbase
|
||||
networks:
|
||||
- internal
|
||||
|
||||
couchbase:
|
||||
image: couchbase:community-7.6.2
|
||||
@@ -21,6 +23,12 @@ services:
|
||||
volumes:
|
||||
- couchbase_data:/opt/couchbase/var
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- internal
|
||||
|
||||
volumes:
|
||||
couchbase_data:
|
||||
|
||||
networks:
|
||||
internal:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user