Stop using PG SCL in dev env

This commit is contained in:
Shane McDonald
2019-09-16 10:40:39 -04:00
parent 9f0657e19a
commit 3b89e894db
5 changed files with 16 additions and 27 deletions

View File

@@ -44,13 +44,8 @@ services:
# Postgres Database Container
postgres:
image: centos/postgresql-10-centos7
image: postgres:10
container_name: tools_postgres_1
environment:
POSTGRESQL_USER: awx
POSTGRESQL_PASSWORD: awxpass
POSTGRESQL_DATABASE: awx
POSTGRESQL_ADMIN_PASSWORD: postgrespass
ports:
- "5432:5432"
memcached: