diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/docker/production/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/docker/production/docker-compose.yml b/support/docker/production/docker-compose.yml index b08cace76..af6a36d68 100644 --- a/support/docker/production/docker-compose.yml +++ b/support/docker/production/docker-compose.yml | |||
@@ -36,7 +36,7 @@ services: | |||
36 | restart: "always" | 36 | restart: "always" |
37 | 37 | ||
38 | postgres: | 38 | postgres: |
39 | image: postgres:10 | 39 | image: postgres:10-alpine |
40 | environment: | 40 | environment: |
41 | POSTGRES_USER: postgres_user | 41 | POSTGRES_USER: postgres_user |
42 | POSTGRES_PASSWORD: postgres_password | 42 | POSTGRES_PASSWORD: postgres_password |
@@ -46,7 +46,7 @@ services: | |||
46 | restart: "always" | 46 | restart: "always" |
47 | 47 | ||
48 | redis: | 48 | redis: |
49 | image: redis | 49 | image: redis:4-alpine |
50 | volumes: | 50 | volumes: |
51 | - ./redis:/data | 51 | - ./redis:/data |
52 | restart: "always" | 52 | restart: "always" |