Update: docker compose image from registry

This commit is contained in:
Luca 2022-12-08 22:04:21 +01:00
parent 9eda728c73
commit ed99cd1257
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

View File

@ -10,6 +10,7 @@ services:
volumes:
- ./config/schema.sql:/docker-entrypoint-initdb.d/schema.sql:ro
apache:
image: registry.audio-lab.org/loreakazmatzen:1.0
build:
context: .
dockerfile: Dockerfile