Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Sep 15, 2024
1 parent 1ce5971 commit b4cee2b
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions firefox.app
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
# ================================ DEFAULT VALUES ================================ #

default_variables() {
port_number=4700
port_two=4699
appdata_path=/pg/appdata/firefox
version_tag=latest
time_zone=America/New_York
firefoxcli_url=https://www.linuxserver.io
shm_size=1gb
expose=
port_number=4700
port_two=4699
appdata_path=/pg/appdata/firefox
version_tag=latest
time_zone=America/New_York
firefoxcli_url=https://www.linuxserver.io
shm_size=1gb
expose=
}

# ================================ CONTAINER DEPLOYMENT ================================ #
Expand All @@ -36,13 +36,18 @@ services:
- ${appdata_path}:/config
shm_size: ${shm_size}
restart: unless-stopped
network_mode: bridge # Explicitly setting the network mode to bridge
labels:
- 'traefik.enable=true'
- 'traefik.http.routers.${app_name}.rule=Host("${app_name}.${traefik_domain}")'
- 'traefik.http.routers.${app_name}.entrypoints=websecure'
- 'traefik.http.routers.${app_name}.tls.certresolver=mytlschallenge'
- 'traefik.http.services.${app_name}.loadbalancer.server.port=${port_number}'
networks:
- plexguide
networks:
plexguide:
external: true
EOF
}

Expand All @@ -53,4 +58,4 @@ EOF


# ================================ EXTRA FUNCTIONS ================================ #
# NOTE: Extra Functions for Script Organization
# NOTE: Extra Functions for Script Organization

0 comments on commit b4cee2b

Please sign in to comment.