Wonderfall
7 years ago
No known key found for this signature in database
GPG Key ID: 3117B26B968A8F33
1 changed files with
2 additions and
2 deletions
-
docker-compose.yml
|
@ -2,10 +2,10 @@ version: '2' |
|
|
services: |
|
|
services: |
|
|
db: |
|
|
db: |
|
|
restart: always |
|
|
restart: always |
|
|
image: postgres |
|
|
|
|
|
|
|
|
image: postgres:alpine |
|
|
redis: |
|
|
redis: |
|
|
restart: always |
|
|
restart: always |
|
|
image: redis |
|
|
|
|
|
|
|
|
image: redis:alpine |
|
|
web: |
|
|
web: |
|
|
restart: always |
|
|
restart: always |
|
|
build: . |
|
|
build: . |
|
|