Skip to content

Commit

Permalink
add config to postgres image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ctri-The-Third committed Jan 6, 2024
1 parent 30afee4 commit a572b56
Show file tree
Hide file tree
Showing 4 changed files with 452 additions and 450 deletions.
2 changes: 1 addition & 1 deletion postgres.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM postgres:latest
ENV POSTGRES_USER=spacetraders
run mkdir -p /docker-entrypoint-initdb.d

copy ./postgresql.conf /postgresql.conf
copy ./postgresql.conf /usr/share/postgresql/postgresql.conf
copy ./PostgresSchema.SQL /docker-entrypoint-initdb.d/postgresschema.sql


Expand Down
Loading

0 comments on commit a572b56

Please sign in to comment.