Skip to content

Commit

Permalink
Remove website (it was already archived O_o)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Dec 3, 2023
1 parent 7e20f89 commit da303ad
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,32 +130,6 @@ services:
options:
max-size: "100m"

#
# FAF website.
#
faf-website:
container_name: faf-website
image: faforever/faf-website:v2.1.2
user: ${FAF_WEBSITE_USER}
restart: unless-stopped
env_file: ./config/faf-website/faf-website.env
volumes:
- ./config/faf-website/faf-website.env:/code/.env
networks:
- faf
ports:
- "127.0.0.1:8020:3000" # For internal testing only
labels:
- "loki_retention=long"
- "traefik.enable=true"
- "traefik.http.routers.faf-website.rule=Host(`www.${DOMAINNAME}`) || Host(`${DOMAINNAME}`) || Host(`clans.${DOMAINNAME}`)"
- "traefik.http.routers.faf-website.entryPoints=websecure"
- "traefik.http.services.faf-website.loadbalancer.server.port=3000"
logging:
driver: "json-file"
options:
max-size: "100m"

#
# IRC for FAF chat.
#
Expand Down

0 comments on commit da303ad

Please sign in to comment.