mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-06 00:17:54 -05:00
Properly align checkboxes in right lower corner (#680) Add fix for bootstrap-tables delete and regen dist (#627) Tidy up receipt email send code (use empty instead of isset)
27 lines
553 B
YAML
27 lines
553 B
YAML
web:
|
|
image: jekkos/opensourcepos:master
|
|
links:
|
|
- mysql
|
|
ports:
|
|
- "80:80"
|
|
roles:
|
|
- global
|
|
volumes:
|
|
- ospos:/var/www/html
|
|
- ospos:/app
|
|
environment:
|
|
- MYSQL_USERNAME=admin
|
|
- MYSQL_PASSWORD=pointofsale
|
|
- MYSQL_DB_NAME=ospos
|
|
- MYSQL_HOST_NAME=mysql
|
|
mysql:
|
|
image: mysql:5.6
|
|
environment:
|
|
- MYSQL_ROOT_PASSWORD=pointofsale
|
|
- MYSQL_DATABASE=ospos
|
|
- MYSQL_USER=admin
|
|
- MYSQL_PASSWORD=pointofsale
|
|
ports:
|
|
- 3306:3306
|
|
|