mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
WIP Items module.
This commit is contained in:
11
docker/postgresql/Dockerfile
Normal file
11
docker/postgresql/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM postgres:10.2
|
||||
|
||||
ARG POSTGRES_USER=default_user
|
||||
ARG POSTGRES_PASSWORD=secret
|
||||
ARG POSTGRES_DB=default_db
|
||||
|
||||
ENV POSTGRES_USER=$POSTGRES_USER
|
||||
ENV POSTGRES_PASSWORD=$POSTGRES_PASSWORD
|
||||
ENV POSTGRES_DB=$POSTGRES_DB
|
||||
|
||||
EXPOSE 5432
|
||||
Reference in New Issue
Block a user