Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion database/adminer/adminer.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
adminer:
restart: unless-stopped
image: docker.io/adminer:${ADMINER_VERSION-5.4.2}
image: docker.io/adminer:${ADMINER_VERSION-5}
volumes:
- "./database/adminer/plugins/le-phare-pre-login-to-databases.php:/var/www/html/plugins/le-phare-pre-login-to-databases.php:ro"
networks:
Expand Down
4 changes: 2 additions & 2 deletions database/adminer/plugins/le-phare-pre-login-to-databases.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
*/
class LePharePluginPreLoginToDatabases
{
const array MYSQL_HOSTS = ['mysql_5', 'mariadb_10'];
const array POSTGRESQL_HOSTS = ['pgsql_9', 'pgsql_10', 'pgsql_11', 'pgsql_12', 'pgsql_13', 'pgsql_14', 'pgsql_15', 'pgsql_16', 'pgsql_17', 'pgsql_18'];
const array MYSQL_HOSTS = ['mysql-5', 'mariadb-10'];
const array POSTGRESQL_HOSTS = ['pgsql-9', 'pgsql-10', 'pgsql-11', 'pgsql-12', 'pgsql-13', 'pgsql-14', 'pgsql-15', 'pgsql-16', 'pgsql-17', 'pgsql-18'];

function __construct()
{
Expand Down
1 change: 1 addition & 0 deletions database/mariadb/10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: docker.io/mariadb:10
networks:
private:
aliases: [mariadb-10]
environment:
MYSQL_ROOT_PASSWORD: root
volumes:
Expand Down
1 change: 1 addition & 0 deletions database/mysql/5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: docker.io/mysql:5-debian
networks:
private:
aliases: [mysql-5]
environment:
MYSQL_ROOT_PASSWORD: root
volumes:
Expand Down
1 change: 1 addition & 0 deletions database/postgres/10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: docker.io/postgres:10
networks:
private:
aliases: [pgsql-10]
volumes:
- pgsql_10:/var/lib/postgres/data
environment:
Expand Down
1 change: 1 addition & 0 deletions database/postgres/11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: docker.io/postgres:11
networks:
private:
aliases: [pgsql-11]
volumes:
- pgsql_11:/var/lib/postgres/data
environment:
Expand Down
1 change: 1 addition & 0 deletions database/postgres/12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: docker.io/postgres:12
networks:
private:
aliases: [pgsql-12]
volumes:
- pgsql_12:/var/lib/postgres/data
environment:
Expand Down
1 change: 1 addition & 0 deletions database/postgres/13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: docker.io/postgres:13
networks:
private:
aliases: [pgsql-13]
volumes:
- pgsql_13:/var/lib/postgres/data
environment:
Expand Down
1 change: 1 addition & 0 deletions database/postgres/14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: docker.io/postgres:14
networks:
private:
aliases: [pgsql-14]
volumes:
- pgsql_14:/var/lib/postgres/data
environment:
Expand Down
1 change: 1 addition & 0 deletions database/postgres/15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: docker.io/postgres:15
networks:
private:
aliases: [pgsql-15]
volumes:
- pgsql_15:/var/lib/postgres/data
environment:
Expand Down
1 change: 1 addition & 0 deletions database/postgres/16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: docker.io/postgres:16
networks:
private:
aliases: [pgsql-16]
volumes:
- pgsql_16:/var/lib/postgres/data
environment:
Expand Down
1 change: 1 addition & 0 deletions database/postgres/17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: docker.io/postgres:17
networks:
private:
aliases: [pgsql-17]
volumes:
- pgsql_17:/var/lib/postgres/data
environment:
Expand Down
1 change: 1 addition & 0 deletions database/postgres/18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
image: docker.io/postgres:18
networks:
private:
aliases: [pgsql-18]
volumes:
- pgsql_18:/var/lib/postgres/data
environment:
Expand Down
1 change: 1 addition & 0 deletions database/postgres/9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
restart: unless-stopped
networks:
private:
aliases: [pgsql-9]
volumes:
- pgsql_9:/var/lib/postgres/data
environment:
Expand Down
3 changes: 2 additions & 1 deletion rabbitmq/3_10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ services:
hostname: rabbitmq
restart: unless-stopped
networks:
- private
private:
aliases: [rabbitmq-3-10]
volumes:
- rabbitmq_3_10:/var/lib/rabbitmq
environment:
Expand Down
3 changes: 2 additions & 1 deletion rabbitmq/3_8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ services:
hostname: rabbitmq
restart: unless-stopped
networks:
- private
private:
aliases: [rabbitmq-3-8]
volumes:
- rabbitmq_3_8:/var/lib/rabbitmq
environment:
Expand Down
3 changes: 2 additions & 1 deletion rabbitmq/4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ services:
hostname: rabbitmq_4
restart: unless-stopped
networks:
- private
private:
aliases: [rabbitmq-4]
volumes:
- rabbitmq_4:/var/lib/rabbitmq
environment:
Expand Down