Skip to content

Commit 716b01d

Browse files
authored
Remove nginx container from cleezy (#67)
* remove nginx container from cleezy * retry embed * we were returning early * idk * define header * mention base url in log * replace * will try embed later
1 parent 85b565c commit 716b01d

2 files changed

Lines changed: 0 additions & 48 deletions

File tree

docker-compose.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,12 @@ services:
1414
- -vvv
1515
volumes:
1616
- cleezy_data:/tmp/
17-
- nginx_data:/tmp/nginx/
1817
- ./server.py:/app/server.py
1918
- ./modules:/app/modules
2019
- ./assets:/app/assets
21-
nginx:
22-
container_name: cleezy-nginx
23-
image: nginx:alpine
24-
volumes:
25-
- ./nginx.conf:/etc/nginx/nginx.conf
2620

2721
volumes:
2822
cleezy_data:
29-
nginx_data:
3023

3124
networks:
3225
default:

nginx.conf

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)