mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
alias
This commit is contained in:
@ -6,7 +6,7 @@ volumes:
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16
|
||||
image: ${DOCKER_REGISTRY:-}postgres:16
|
||||
volumes:
|
||||
- /share/docker_data/kestra/postgres-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
@ -20,7 +20,7 @@ services:
|
||||
retries: 10
|
||||
restart: always
|
||||
kestra:
|
||||
image: kestra/kestra:latest
|
||||
image: ${DOCKER_REGISTRY:-}kestra/kestra:latest
|
||||
pull_policy: always
|
||||
# Note that this is meant for development only. Refer to the documentation for production deployments of Kestra which runs without a root user.
|
||||
user: "root"
|
||||
|
Reference in New Issue
Block a user