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
163 B
YAML
Raw Normal View History

2021-05-20 08:26:53 +00:00
version: '3'
services:
web:
build: .
ports:
- '80:80'
db:
image: redis:latest
volumes:
- ./:/data