diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-10-01 11:40:28 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-10-01 11:40:28 +0200 |
commit | 9ceec25b3d5f00182e0b7170365f202abb1c83ff (patch) | |
tree | ddcd65926fcb1bdf6f18dde866d79dd70d19cbcb | |
parent | 99bb59373b5918b2baf7e70f510d2b0ec1122a28 (diff) |
Add external network
-rw-r--r-- | docker-compose.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index 36459d3..a5aafea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,6 +20,7 @@ services: container_name: cas networks: - default + - cas environment: - RUST_LOG=${RUST_LOG} @@ -36,3 +37,7 @@ services: restart: unless-stopped volumes: pgdata: + +networks: + cas: + external: true |