Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
odezig authored and odezig committed Apr 23, 2024
1 parent 6db65f6 commit 4c86f7b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,6 @@ services:
networks:
- ansor-network

nginx:
container_name: nginx-ansor
image: nginx:latest
restart: unless-stopped
ports:
- "80:80"
- "443:443"
volumes:
- ./data/www:/usr/share/nginx/html
- ./data/logs:/var/log/nginx
- ./config/nginx.conf:/etc/nginx/nginx.conf:ro
depends_on:
- db
- redis
networks:
- ansor-network

volumes:
mysql_data:

Expand Down

0 comments on commit 4c86f7b

Please sign in to comment.