|
|
@ -47,7 +47,8 @@ COPY assets/bin/ /usr/local/bin/ |
|
|
|
### |
|
|
|
|
|
|
|
# configure PostgreSQL access |
|
|
|
COPY --chown=postgres:postgres assets/pg_hba.conf /etc/postgresql/${PSQLV:?}/main/pg_hba.conf |
|
|
|
COPY --chown=postgres:postgres assets/pg_hba.conf ./ |
|
|
|
RUN mv pg_hba.conf /etc/postgresql/${PSQLV:?}/main/pg_hba.conf |
|
|
|
|
|
|
|
### |
|
|
|
### Gitea |
|
|
|