qwe
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
parent
dda0e8ebb7
commit
be996f942b
|
|
@ -8,8 +8,17 @@ services:
|
|||
env_file:
|
||||
- ./.env
|
||||
restart: always
|
||||
networks:
|
||||
- open_sesam_network
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "3"
|
||||
networks:
|
||||
open_sesam_network:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.30.10.0/30
|
||||
gateway: 172.30.10.1
|
||||
Loading…
Reference in New Issue