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

12 lines
163 B
Python

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