You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

27 lines
550 B

version: "3.3"
services:
servlet:
depends_on:
- db
build:
args:
flavour: "mysql"
networks:
- net
db:
build:
context: .
dockerfile: Dockerfile-mysql
image: mysql-orbeon
restart: always
environment:
MYSQL_ROOT_PASSWORD: osuaL4Ru
MYSQL_DATABASE: orbeon
MYSQL_USER: orbeon
MYSQL_PASSWORD: osuaL4Ru
networks:
- net
networks:
net: