From 0f57e4d0fe2c1b27b6f3b6878de45f0a84fe4a28 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 11 Jun 2024 10:38:56 -0400 Subject: [PATCH] Finished deleting superfluous networks. --- stack.production.yml | 2 -- stack.staging.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/stack.production.yml b/stack.production.yml index eb7d682..cb1330f 100644 --- a/stack.production.yml +++ b/stack.production.yml @@ -1,8 +1,6 @@ services: oculus: image: git.nixc.us/nixius/oculus:production - networks: - - traefik environment: GLITCHTIP_DSN: "" volumes: diff --git a/stack.staging.yml b/stack.staging.yml index b331b02..0441fc9 100644 --- a/stack.staging.yml +++ b/stack.staging.yml @@ -1,8 +1,6 @@ services: oculus: image: git.nixc.us/nixius/oculus:staging - networks: - - traefik environment: GLITCHTIP_DSN: "" # volumes: