backend/stack.yml

16 lines
291 B
YAML
Raw Normal View History

2020-06-09 18:14:49 +02:00
# Use root/example as user/password credentials
version: "3.1"
services:
db:
image: mariadb
restart: always
environment:
MYSQL_ROOT_PASSWORD: example
adminer:
image: adminer
restart: always
ports:
- 8080:8080