Skip to content

Commit

Permalink
Remove restart directive from container definitions (#62)
Browse files Browse the repository at this point in the history
* remove restart directive from container definitions

* remove container name rabbitmq to not clash with trento server's
  • Loading branch information
nelsonkopliku authored Oct 21, 2022
1 parent 918299a commit 682c34e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ version: "3.7"

services:
rabbitmq:
container_name: rabbitmq
image: rabbitmq:3.10.5-management-alpine
restart: unless-stopped
ports:
- 5672:5672
- 15672:15672
Expand All @@ -19,7 +17,6 @@ services:
PGDATA: /var/lib/postgresql/data/pgdata
ports:
- 5434:5432
restart: always
volumes:
- pg_data:/var/lib/postgresql/data

Expand Down

0 comments on commit 682c34e

Please sign in to comment.