Basic sql and linting
This commit is contained in:
10
collector/db/Dockerfile
Normal file
10
collector/db/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM postgres:16-alpine
|
||||
|
||||
# Test variables - do not use these in real builds >:(
|
||||
ENV POSTGRES_DB=collector_db
|
||||
ENV POSTGRES_USER=collector_user
|
||||
ENV POSTGRES_PASSWORD=collector_dev_sample123
|
||||
|
||||
|
||||
COPY init.sql /docker-entrypoint-initdb.d/
|
||||
|
||||
Reference in New Issue
Block a user