initial
This commit is contained in:
16
compose.yaml
Normal file
16
compose.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
services:
|
||||||
|
|
||||||
|
phpmyadmin:
|
||||||
|
image: phpmyadmin
|
||||||
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- net100
|
||||||
|
ports:
|
||||||
|
- 50001:80
|
||||||
|
environment:
|
||||||
|
PMA_ABSOLUTE_URI: "https://phpmyadmin.bwr.net/"
|
||||||
|
PMA_HOSTS: black05.bwr.net,node0.pi-cluster.bwr.net,node1.pi-cluster.bwr.net,node2.pi-cluster.bwr.net,node3.pi-cluster.bwr.net,alpha.bwr.net,bravo.bwr.net,charly.bwr.net
|
||||||
|
|
||||||
|
networks:
|
||||||
|
net100:
|
||||||
|
external: true
|
||||||
Reference in New Issue
Block a user