services: accountserver: build: . ports: - "12345:12345" volumes: - ./code:/code - ./account_data:/account_data