11 lines
323 B
YAML
11 lines
323 B
YAML
# Docker Compose for service invitations created at Wed Sep 24 11:53:03 AM EEST 2025
|
|
services:
|
|
nginx:
|
|
image: nginx
|
|
container_name: invitation-novoselye
|
|
volumes:
|
|
- /home/tylen/andromeda-setup/services/invitations/novoselye:/usr/share/nginx/html:ro
|
|
ports:
|
|
- ${SVC_PORT_1}:80
|
|
restart: always
|