2024-03-26 02:06:46 +02:00
|
|
|
services:
|
|
|
|
nginx:
|
2024-03-26 12:53:34 +02:00
|
|
|
container_name: naspi-static
|
2024-03-26 02:06:46 +02:00
|
|
|
volumes:
|
|
|
|
- /var/www/static:/usr/share/nginx/html:ro
|
|
|
|
ports:
|
|
|
|
- 8888:80
|
|
|
|
image: nginx
|
|
|
|
networks:
|
|
|
|
- proxy
|
|
|
|
|
|
|
|
networks:
|
|
|
|
proxy:
|
|
|
|
external: true
|