17 lines
372 B
YAML
17 lines
372 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
exodus-burg-stett-king-arth-web:
|
|
image: git.nerdyssey.de/exodus/burg-stett-king-arth-web:latest
|
|
container_name: exodus-burg-stett-king-arth-web
|
|
restart: unless-stopped
|
|
# ports:
|
|
# - "80:80"
|
|
# - "443:443"
|
|
# environment:
|
|
# - VITE_APP_ENV=production
|
|
|
|
networks:
|
|
default:
|
|
name: proxy_net
|
|
external: true |