Skip to content

Commit

Permalink
fix docker version for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakudyaA committed Apr 19, 2020
1 parent 3130e8a commit 3f76237
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docker-compose.override.travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# This is for testing on travis only
# For production we recommend to rather use
# image: kartoza/pg-backup
# in the dbbackup service
dbbackup:
environment:
# Postgres environment variable
# Can be set to execute PG tools directly
- PGHOST=db
- PGUSER=docker
- PGPASSWORD=docker
- PGPORT=5432

version: '2.1'

services:
dbbackup:
environment:
# Postgres environment variable
# Can be set to execute PG tools directly
- PGHOST=db
- PGUSER=docker
- PGPASSWORD=docker
- PGPORT=5432

0 comments on commit 3f76237

Please sign in to comment.