aboutsummaryrefslogtreecommitdiff
path: root/srcs/docker-compose.yml
blob: 9d1a3386162262b76ff7375eb900402fec23a65d (plain)
1
2
3
4
5
6
7
8
9
10
version: "3"
services:
    nginx:
        build: ./nginx
        ports:
            - 80:80
            - 443:443
    # mysql:
    #     build: ./mysql/Dockerfile