forked from linux/WebHosting
prettyfy and scalable
This commit is contained in:
+9
-7
@@ -6,14 +6,16 @@ services:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- /etc/pki/tls/certs/excalidraw.psi.ch.crt:/etc/nginx/certs/cert.crt:ro
|
||||
- /etc/pki/tls/private/excalidraw.psi.ch.key:/etc/nginx/certs/cert.key:ro
|
||||
- /etc/pki/tls/certs:/etc/nginx/certs:ro
|
||||
- /etc/pki/tls/private:/etc/nginx/private:ro
|
||||
- /etc/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
depends_on:
|
||||
- excalidraw
|
||||
|
||||
- /etc/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
network:
|
||||
- public
|
||||
- backend
|
||||
|
||||
excalidraw:
|
||||
image: excalidraw/excalidraw:latest
|
||||
container_name: excalidraw
|
||||
ports:
|
||||
- "5000:80"
|
||||
network:
|
||||
- backend
|
||||
|
||||
Reference in New Issue
Block a user