From 74406ba89d766befcf97976f34e8873ef99c5ace Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 12 Apr 2026 00:06:41 +0000 Subject: [PATCH] Add Random_Containers/christmas-community/compose.yaml --- .../christmas-community/compose.yaml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Random_Containers/christmas-community/compose.yaml diff --git a/Random_Containers/christmas-community/compose.yaml b/Random_Containers/christmas-community/compose.yaml new file mode 100644 index 0000000..b2e7fa1 --- /dev/null +++ b/Random_Containers/christmas-community/compose.yaml @@ -0,0 +1,27 @@ +services: + christmas-community: + image: wingysam/christmas-community + container_name: christmas-community + volumes: + - /srv/docker/christmas/data:/data + #ports: + # If you want to go to localhost:8080 to access Christmas Community, + # use - 8080:80 instead of + # - 80:80 + environment: + # Table mode, set to 'false' to revert to box mode + TABLE: 'true' + # Single list mode + # (for weddings, birthdays, etc. only the admin account's list is accessible) + # Set to 'true' to enable + SINGLE_LIST: 'false' + # Some websites (like walmart) send headers that are larger than 8MB in + # length. If issues are encountered, set the node.js limit to a higher + # number than 8192 + #NODE_OPTIONS: "--max-http-header-size=32768" + restart: unless-stopped + +networks: + default: + external: true + name: nginx \ No newline at end of file