Eliseu Brito

Results 2 comments of Eliseu Brito

Here as a sample configuration. ```yml version: "3.3" services: database_service: image: mysql:5.7 volumes: - db_data_volume:/var/lib/mysql networks: internal_network: aliases: - database_alias ports: - "3308:3306" deploy: placement: constraints: - node.labels.database == true...

> what features do you think would be essential to implement into `oxker` in order to manage the swarm 1. show all stacks running 2. can enter on a stack...