Rename composes files

This commit is contained in:
ManUtopiK 2022-10-20 22:13:47 +02:00
parent c3a7e91cf0
commit aa7262d8c6
4 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ services:
postgres:
extends:
file: composes/postgres/compose.yml
file: composes/postgres/postgres.yml
service: postgres
# Expose postgres to external host
# ports:
@ -10,12 +10,12 @@ services:
pgadmin:
extends:
file: composes/pgadmin/compose.yml
file: composes/pgadmin/pgadmin.yml
service: pgadmin
hasura:
extends:
file: composes/hasura/compose.yml
file: composes/hasura/hasura.yml
service: hasura
volumes: