chore(docker): dockerize app, add workflow to push image on gitea registry
This commit is contained in:
8
docker/database/Dockerfile
Normal file
8
docker/database/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM postgres:16-alpine
|
||||
|
||||
ENV POSTGRES_DB=app \
|
||||
POSTGRES_USER=app \
|
||||
POSTGRES_PASSWORD=pwd
|
||||
|
||||
# Add custom initialization scripts if needed:
|
||||
# COPY initdb/ /docker-entrypoint-initdb.d/
|
||||
Reference in New Issue
Block a user