Skip to content

Commit

Permalink
fixing dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kflemin authored and nllong committed Jul 19, 2019
1 parent 1842c65 commit 7f5781e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
logging:
options:
max-size: 50m
max-file: 5
max-file: '5'
deploy:
restart_policy:
condition: on-failure
Expand All @@ -37,7 +37,7 @@ services:
logging:
options:
max-size: 50m
max-file: 5
max-file: '5'
deploy:
restart_policy:
condition: on-failure
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
logging:
options:
max-size: 50m
max-file: 5
max-file: '5'
deploy:
restart_policy:
condition: on-failure
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
logging:
options:
max-size: 50m
max-file: 5
max-file: '5'
deploy:
restart_policy:
condition: on-failure
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
logging:
options:
max-size: 50m
max-file: 5
max-file: '5'
db-redis:
image: redis:5.0.1
web:
Expand Down Expand Up @@ -49,7 +49,7 @@ services:
logging:
options:
max-size: 50m
max-file: 5
max-file: '5'
web-celery:
image: seedplatform/seed:latest
build: .
Expand All @@ -72,7 +72,7 @@ services:
logging:
options:
max-size: 50m
max-file: 5
max-file: '5'
oep-city-1:
# This is a placeholder. If needed, follow the instructions to enable: https://cloud.docker.com/u/seedplatform/repository/docker/seedplatform/oep
image: seedplatform/oep:1.2
Expand All @@ -83,7 +83,7 @@ services:
logging:
options:
max-size: 50m
max-file: 5
max-file: '5'
volumes:
seed_pgdata:
external: true
Expand Down

0 comments on commit 7f5781e

Please sign in to comment.