diff --git a/compose.yml b/compose.yml index e179a33..acf9868 100644 --- a/compose.yml +++ b/compose.yml @@ -5,4 +5,14 @@ services: dockerfile: Dockerfile ports: - 8100:8000 - image: ci.svs-tech.pro/sm-admin:latest \ No newline at end of file + image: ci.svs-tech.pro/sm-admin:latest + +networks: + default: + # Use a custom driver + driver: overlay + attachable: true + ipam: + driver: default + config: + - subnet: 172.28.0.0/24