Hi,
services: - postgres definitions: services: postgres: image: postgres environment: POSTGRES_DB: 'foo' POSTGRES_USER: 'foo' POSTGRES_PASSWORD: 'foo'
I expected a database foo to be created for my unit tests, but it doesn't appear to be the case. Is there something more I can do? I also tried adding another script to do psql -c 'CREATE DATABASE foo;' but psql could not be found.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.