change default network
Deploy / build_and_push_images (push) Successful in 4m0s Details
Deploy / deploy_to_server (push) Failing after 38s Details

This commit is contained in:
George Butskivsky 2024-05-15 14:28:50 +03:00
parent df8765efd2
commit 5f8001af0d
1 changed files with 11 additions and 1 deletions

View File

@ -5,4 +5,14 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- 8100:8000 - 8100:8000
image: ci.svs-tech.pro/sm-admin:latest 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