services: webserver: build: . ports: - "5000:5000" volumes: - .:/code attacker: build: . ports: - "5001:5001" volumes: - .:/code