a quest
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
a-quest/deploy/docker-compose.yml

20 lines
356 B

version: "3.7"
services:
redis:
image: redis
# volumes:
# - "./default.conf:/etc/nginx/conf.d/default.conf"
# - "./html:/usr/share/nginx/html"
restart: unless-stopped
networks:
- net
networks:
net:
driver: bridge
name: tasks-net
ipam:
driver: default
config:
- subnet: 10.103.0.1/16