Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove docker-compose.yml services restart always option #523

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ services:
env_file: mapx.dev.env
build: ./app/.
image: fredmoser/mx-app-shiny:1.6.55-debian
restart: always
ports:
- 3838
hostname: mx_app
Expand All @@ -45,7 +44,6 @@ services:
env_file: mapx.dev.env
build: ./api/.
image: fredmoser/mx-api-node:1.6.55-alpine
restart: always
ports:
- 3030
hostname: mx_api
Expand Down Expand Up @@ -74,7 +72,6 @@ services:
pg:
env_file: mapx.dev.env
image: mdillon/postgis:10-alpine
restart: always
hostname: pg
volumes:
- ./_shared:/shared
Expand All @@ -85,7 +82,6 @@ services:
- 5432:5432
redis:
image: redis:alpine
restart: always
hostname: redis
command: redis-server /usr/local/etc/redis/redis.conf
volumes:
Expand Down