1
0
mirror of https://github.com/alvierahman90/mobile-chemguide.git synced 2024-10-22 12:31:52 +00:00
mobile-chemguide/docker-compose.yml

12 lines
171 B
YAML

version: '3'
services:
web:
build: .
ports:
- 127.0.0.1:8082:80
db:
image: redis:latest
volumes:
- ./:/data