mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Add manual CI pipeline
This commit is contained in:
@@ -5,13 +5,11 @@ ENV MSSQL_VERSION=17.8.1.1-1 \
|
||||
CONTAINER_ENABLE_MESSAGING=FALSE \
|
||||
CONTAINER_ENABLE_MONITORING=TRUE
|
||||
|
||||
|
||||
ENV LANG=en_US.utf8 \
|
||||
PG_MAJOR=14 \
|
||||
PG_VERSION=14.0 \
|
||||
PGDATA=/var/lib/postgresql/data
|
||||
|
||||
|
||||
### Create User Accounts
|
||||
RUN set -ex && \
|
||||
addgroup -g 70 postgres && \
|
||||
|
||||
Reference in New Issue
Block a user