Skip to content

Commit

Permalink
In test, label both services
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Jan 26, 2024
1 parent e3062a4 commit eceec70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/services/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ services:
image: postgres:14-alpine
environment:
POSTGRES_PASSWORD: example
labels:
- docker-volume-backup.stop-during-backup=true
volumes:
- pg_data:/var/lib/postgresql/data
deploy:
labels:
- docker-volume-backup.stop-during-backup=true
restart_policy:
condition: on-failure

Expand Down

0 comments on commit eceec70

Please sign in to comment.