mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 02:44:01 +00:00
basic docker-compose for just running the environment together with redis
This commit is contained in:
parent
2cbf8be67c
commit
9eb46e2198
17
docker-compose.yaml
Normal file
17
docker-compose.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
version: '3.0'
|
||||
services:
|
||||
redis:
|
||||
image: redis:6.0.6
|
||||
networks:
|
||||
- db
|
||||
darkwire.io:
|
||||
build:
|
||||
context: .
|
||||
environment:
|
||||
- STORE_HOST=redis://redis:6379
|
||||
networks:
|
||||
- db
|
||||
ports:
|
||||
- 3001:3001
|
||||
networks:
|
||||
db:
|
Loading…
x
Reference in New Issue
Block a user