Processed apps directory via GitHub Actions
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
POSTGRES_INITDB_ARGS: --data-checksums
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||
image: postgres:16.10-alpine
|
||||
image: postgres:16.11-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
POSTGRES_INITDB_ARGS: --data-checksums
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||
image: postgres:16.10
|
||||
image: postgres:16.11
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
POSTGRES_INITDB_ARGS: --data-checksums
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||
image: postgres:17.6-alpine
|
||||
image: postgres:17.7-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
POSTGRES_INITDB_ARGS: --data-checksums
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||
image: postgres:17.6
|
||||
image: postgres:17.7
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -1,24 +0,0 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
postgresql:
|
||||
container_name: postgresql
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
POSTGRES_DB: ${POSTGRES_DB:-postgres}
|
||||
POSTGRES_INITDB_ARGS: --data-checksums
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||
image: postgres:16.10-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5432
|
||||
restart: always
|
||||
volumes:
|
||||
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data
|
||||
24
dockge/postgresql_16_11-alpine/docker-compose.yml
Normal file
24
dockge/postgresql_16_11-alpine/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
postgresql:
|
||||
container_name: postgresql
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
POSTGRES_DB: ${POSTGRES_DB:-postgres}
|
||||
POSTGRES_INITDB_ARGS: --data-checksums
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||
image: postgres:16.11-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5432
|
||||
restart: always
|
||||
volumes:
|
||||
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
POSTGRES_INITDB_ARGS: --data-checksums
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||
image: postgres:16.10
|
||||
image: postgres:16.11
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -1,24 +0,0 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
postgresql:
|
||||
container_name: postgresql
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
POSTGRES_DB: ${POSTGRES_DB:-postgres}
|
||||
POSTGRES_INITDB_ARGS: --data-checksums
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||
image: postgres:17.6-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5432
|
||||
restart: always
|
||||
volumes:
|
||||
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data
|
||||
24
dockge/postgresql_17_7-alpine/docker-compose.yml
Normal file
24
dockge/postgresql_17_7-alpine/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
postgresql:
|
||||
container_name: postgresql
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
POSTGRES_DB: ${POSTGRES_DB:-postgres}
|
||||
POSTGRES_INITDB_ARGS: --data-checksums
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||
image: postgres:17.7-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5432
|
||||
restart: always
|
||||
volumes:
|
||||
- ${POSTGRES_ROOT_PATH}/data:/var/lib/postgresql/data
|
||||
@@ -12,7 +12,7 @@ services:
|
||||
POSTGRES_INITDB_ARGS: --data-checksums
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_USER: ${POSTGRES_USER:-postgres}
|
||||
image: postgres:17.6
|
||||
image: postgres:17.7
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
Reference in New Issue
Block a user