Added compose file and percona envs
This commit is contained in:
parent
a7e00ac4e5
commit
c0abd9decf
11
omeka-s-docker/docker-compose.yaml
Normal file
11
omeka-s-docker/docker-compose.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Use root/example as user/password credentials
|
||||||
|
version: '3.1'
|
||||||
|
|
||||||
|
services:
|
||||||
|
|
||||||
|
db:
|
||||||
|
image: percona
|
||||||
|
restart: always
|
||||||
|
# environment:
|
||||||
|
# MYSQL_ROOT_PASSWORD: example
|
||||||
|
|
4
omeka-s-docker/sample.env
Normal file
4
omeka-s-docker/sample.env
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
MYSQL_ROOT_PASSWORD=chahHiech8eesiex
|
||||||
|
MYSQL_DATABASE=omeka
|
||||||
|
MYSQL_USER=omeka
|
||||||
|
MYSQL_PASSWORD=uzu7ZoLaiGhiequi
|
Loading…
Reference in New Issue
Block a user